Color Hex Logo

#08409e Color Hex

#08409E
(8,64,158)
0 Favorites   0 Comments

Color spaces of #08409e

RGB 864158
HSL0.600.900.33
HSV218°95°62°
CMYK 0.950.590.00   0.38
XYZ8.10516.187033.1148
Yxy6.18700.17100.1305
Hunter Lab24.873714.6354-61.5223
CIE-Lab29.879422.3218-55.3960

#08409e color RGB value is (8,64,158).

#08409e hex color red value is 8, green value is 64 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #08409e hue: 0.60 , saturation: 0.90 and the lightness value of 08409e is 0.33.

The process color (four color CMYK) of #08409e color hex is 0.95, 0.59, 0.00, 0.38. Web safe color of #08409e is #003399. Color #08409e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000000 10011110
Octal 10 100 236
Decimal 8 64 158
Hex 8 40 9E

RGB Percentages of Color #08409e

%3.48
%27.83
%68.70

CMYK Percentages of Color #08409e

%95
%59
%0
%38

Triadic Colors of #08409e

#08409e #9e0840 #409e08

Analogous Colors of #08409e

#08409e #1b089e #088b9e

Monochromatic Colors of #08409e

#08409e

Complementary Color

#08409e #9e6608

#08409e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08409e Color Preview on White Background

Lorem ipsum dolor sit amet.

#08409e Color CSS Codes

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

#08409e Text Font Color

<p style="color:#08409e">Text here</p>

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


#08409e Background Color

<div style="background-color:#08409e">
Div content here</div>

This div background color is #08409e


#08409e Border Color

<div style="border:3px solid #08409e">
Div here</div>

This div border color is #08409e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08409e


Comments

No comments written yet.

Please login to write comment.