Color Hex Logo

#08289c Color Hex

#08289C
(8,40,156)
0 Favorites   0 Comments

Color spaces of #08289c

RGB 840156
HSL0.630.900.32
HSV227°95°61°
CMYK 0.950.740.00   0.39
XYZ6.85973.969531.8571
Yxy3.96950.16070.0930
Hunter Lab19.923626.5913-80.8560
CIE-Lab23.570437.6117-64.5490

#08289c color RGB value is (8,40,156).

#08289c hex color red value is 8, green value is 40 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #08289c hue: 0.63 , saturation: 0.90 and the lightness value of 08289c is 0.32.

The process color (four color CMYK) of #08289c color hex is 0.95, 0.74, 0.00, 0.39. Web safe color of #08289c is #003399. Color #08289c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00101000 10011100
Octal 10 50 234
Decimal 8 40 156
Hex 8 28 9C

RGB Percentages of Color #08289c

%3.92
%19.61
%76.47

CMYK Percentages of Color #08289c

%95
%74
%0
%39

Triadic Colors of #08289c

#08289c #9c0828 #289c08

Analogous Colors of #08289c

#08289c #32089c #08729c

Monochromatic Colors of #08289c

#08289c

Complementary Color

#08289c #9c7c08

#08289c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08289c Color Preview on White Background

Lorem ipsum dolor sit amet.

#08289c Color CSS Codes

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

#08289c Text Font Color

<p style="color:#08289c">Text here</p>

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


#08289c Background Color

<div style="background-color:#08289c">
Div content here</div>

This div background color is #08289c


#08289c Border Color

<div style="border:3px solid #08289c">
Div here</div>

This div border color is #08289c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,40,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08289c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08289c;
  -webkit-box-shadow: 1px 1px 3px 2px #08289c;
  box-shadow:         1px 1px 3px 2px #08289c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08289c


Comments

No comments written yet.

Please login to write comment.