Color Hex Logo

#08064f Color Hex

#08064F
(8,6,79)
0 Favorites   0 Comments

Color spaces of #08064f

RGB 8679
HSL0.670.860.17
HSV242°92°31°
CMYK 0.900.920.00   0.69
XYZ1.57650.74647.4581
Yxy0.74640.16120.0763
Hunter Lab8.639417.4531-45.1352
CIE-Lab6.742229.4866-42.6206

#08064f color RGB value is (8,6,79).

#08064f hex color red value is 8, green value is 6 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #08064f hue: 0.67 , saturation: 0.86 and the lightness value of 08064f is 0.17.

The process color (four color CMYK) of #08064f color hex is 0.90, 0.92, 0.00, 0.69. Web safe color of #08064f is #000066. Color #08064f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00000110 01001111
Octal 10 6 117
Decimal 8 6 79
Hex 8 6 4F

RGB Percentages of Color #08064f

%8.60
%6.45
%84.95

CMYK Percentages of Color #08064f

%90
%92
%0
%69

Triadic Colors of #08064f

#08064f #4f0806 #064f08

Analogous Colors of #08064f

#08064f #2d064f #06294f

Monochromatic Colors of #08064f

#08064f

Complementary Color

#08064f #4d4f06

#08064f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08064f Color Preview on White Background

Lorem ipsum dolor sit amet.

#08064f Color CSS Codes

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

#08064f Text Font Color

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

This sample text font color is #08064f
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.


#08064f Background Color

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

This div background color is #08064f


#08064f Border Color

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

This div border color is #08064f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08064f


Comments

No comments written yet.

Please login to write comment.