Color Hex Logo

#08050f Color Hex

#08050F
(8,5,15)
0 Favorites   0 Comments

Color spaces of #08050f

RGB 8515
HSL0.720.500.04
HSV258°67°
CMYK 0.470.670.00   0.94
XYZ0.24060.19470.4768
Yxy0.19470.26380.2135
Hunter Lab4.41252.0112-3.3180
CIE-Lab1.75872.2753-3.7876

#08050f color RGB value is (8,5,15).

#08050f hex color red value is 8, green value is 5 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #08050f hue: 0.72 , saturation: 0.50 and the lightness value of 08050f is 0.04.

The process color (four color CMYK) of #08050f color hex is 0.47, 0.67, 0.00, 0.94. Web safe color of #08050f is #000000. Color #08050f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00000101 00001111
Octal 10 5 17
Decimal 8 5 15
Hex 8 5 F

RGB Percentages of Color #08050f

%28.57
%17.86
%53.57

CMYK Percentages of Color #08050f

%47
%67
%0
%94

Triadic Colors of #08050f

#08050f #0f0805 #050f08

Analogous Colors of #08050f

#08050f #0d050f #05070f

Monochromatic Colors of #08050f

#08050f

Complementary Color

#08050f #0c0f05

#08050f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08050f Color Preview on White Background

Lorem ipsum dolor sit amet.

#08050f Color CSS Codes

.mybgcolor {background-color:#08050f; } 
.myforecolor {color:#08050f; }
.mybordercolor {border:3px solid #08050f; }

#08050f Text Font Color

<p style="color:#08050f">Text here</p>

This sample text font color is #08050f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#08050f Background Color

<div style="background-color:#08050f">
Div content here</div>

This div background color is #08050f


#08050f Border Color

<div style="border:3px solid #08050f">
Div here</div>

This div border color is #08050f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,5,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08050f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08050f;
  -webkit-box-shadow: 1px 1px 3px 2px #08050f;
  box-shadow:         1px 1px 3px 2px #08050f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,5,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #08050f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #08050f;
  -webkit-box-shadow: 1px 1px 3px 2px #08050f;
  box-shadow:         1px 1px 3px 2px #08050f;">
Div content here</div>

This div box has shadow with color #08050f


Comments

No comments written yet.

Please login to write comment.