Color Hex Logo

#08406d Color Hex

#08406D
(8,64,109)
0 Favorites   0 Comments

Color spaces of #08406d

RGB 864109
HSL0.570.860.23
HSV207°93°43°
CMYK 0.930.410.00   0.57
XYZ4.69394.822515.1514
Yxy4.82250.19030.1955
Hunter Lab21.9602-0.2767-25.5349
CIE-Lab26.22301.4477-30.8418

#08406d color RGB value is (8,64,109).

#08406d hex color red value is 8, green value is 64 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #08406d hue: 0.57 , saturation: 0.86 and the lightness value of 08406d is 0.23.

The process color (four color CMYK) of #08406d color hex is 0.93, 0.41, 0.00, 0.57. Web safe color of #08406d is #003366. Color #08406d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000000 01101101
Octal 10 100 155
Decimal 8 64 109
Hex 8 40 6D

RGB Percentages of Color #08406d

%4.42
%35.36
%60.22

CMYK Percentages of Color #08406d

%93
%41
%0
%57

Triadic Colors of #08406d

#08406d #6d0840 #406d08

Analogous Colors of #08406d

#08406d #080e6d #086d68

Monochromatic Colors of #08406d

#08406d

Complementary Color

#08406d #6d3508

#08406d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08406d Color Preview on White Background

Lorem ipsum dolor sit amet.

#08406d Color CSS Codes

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

#08406d Text Font Color

<p style="color:#08406d">Text here</p>

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


#08406d Background Color

<div style="background-color:#08406d">
Div content here</div>

This div background color is #08406d


#08406d Border Color

<div style="border:3px solid #08406d">
Div here</div>

This div border color is #08406d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,64,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08406d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08406d;
  -webkit-box-shadow: 1px 1px 3px 2px #08406d;
  box-shadow:         1px 1px 3px 2px #08406d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08406d


Comments

No comments written yet.

Please login to write comment.