Color: #08050E

#08050E Color Information

#08050E is a dark color. The closest websafe version is #08050E. A complement of this color would be #0C0F05, perceived brightness is 0.03, and the grayscale version is #0A0A0A.

In the HSL color space, this color has a hue angle of 260°,a saturation of 47%, and a lightness of 4%.The HSV representation shows a hue of 260°, a saturation of 64%, and a value of 5%.

In a RGB color space, #08050E is composed of 3% red, 2% green and 5% blue. Whereas in a CMYK color space, it is composed of 43% cyan, 64% magenta, 0% yellow and 95% black.

In the Yxy color space, this color is represented as Y: 0.19, x: 0.3067, and y: 0.2533.

Color Code #08050E

#08050Ergb(8, 5, 14)
HEX
#08050E
RGB
rgb(8, 5, 14)
HSL
hsl(260, 47%, 4%)
HSV
hsv(260, 64%, 5%)
CMYK
43%, 64%, 0%, 95%
XYZ
X: 0.23, Y: 0.19, Z: 0.33
Lab
L: 1.71, a: 1.80, b: -3.31
Name

Shades of Color #08050E

Shades are created by darkening the original color #08050E in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #08050E

Tints are created by lightening the original color #08050E in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#08050Ergb(8, 5, 14)

About #08050E Color Code

In the HSL color space, this color has a hue angle of 260°, a saturation of 47%, and a lightness of 4%. The HSV representation shows a hue of 260°, a saturation of 64%, and a value of 5%.

  • HEX: #08050E
  • RGB: rgb(8, 5, 14)
  • HSL: hsl(260, 47%, 4%)
  • HSV: hsv(260, 64%, 5%)
  • CMYK: 43.00% cyan, 64.00% magenta, 0.00% yellow, 95.00% black
  • XYZ: 0.23, 0.19, 0.33
  • Yxy: 0.19, 0.3067, 0.2533
  • Hunter Lab: 1.71, 1.80, -3.31
  • CIE-Lab: 1.71, 1.80, -3.31

In the XYZ color space, this color is represented as X: 0.23, Y: 0.19, Z: 0.33. The Yxy representation further refines this as Y: 0.19, x: 0.3067, and y: 0.2533.

In the Hunter Lab color space, this color is represented as L: 1.71, a: 1.80, and b: -3.31. Similarly, in the CIE-Lab color space, it is represented as L: 1.71, a: 1.80, and b: -3.31.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #08050E

Triadic colors are three colors evenly spaced around the color wheel, including #08050E. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #08050E

Analogous colors are adjacent to #08050E on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #08050E

Split complementary colors are two colors adjacent to the complementary color of #08050E. They create a balanced and visually appealing color scheme.

Tetradic Colors of #08050E

Tetradic colors form a rectangle on the color wheel, including #08050E. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #08050E

Monochromatic colors are variations of #08050E, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #08050E

The complementary color of #08050E is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #08050E

/* Using HEX */
body {
  background-color: #08050e;
}
/* Using RGB */
body {
  background-color: rgb(8, 5, 14);
}
/* Using RGB with opacity */
body {
  background-color: rgba(8, 5, 14, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(260, 47%, 4%);
}
/* Text color */
p {
  color: #08050e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #08050e;
}
/* Border color */
.box {
  border: 4px solid #08050e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #08050e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #08050e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#08050E
On Black Background
#08050E
On White Background
#08050E

HTML Examples of #08050E

<!-- Using HEX -->
<div style="background-color: #08050e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(8, 5, 14); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(8, 5, 14, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(260, 47%, 4%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #08050e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #08050e; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #08050e; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #08050e;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #08050e; color: #fff; padding: 16px; border-radius: 8px;">
  #08050E
</div>
#08050E
On Black Background
#08050E
On White Background
#08050E

Related Colors of #08050E

These colors are similar to #08050E, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.