Color Hex Logo

#08487c Color Hex

#08487C
(8,72,124)
0 Favorites   0 Comments

Color spaces of #08487c

RGB 872124
HSL0.570.880.26
HSV207°94°49°
CMYK 0.940.420.00   0.51
XYZ6.05566.141619.9351
Yxy6.14160.18850.1911
Hunter Lab24.78230.2479-30.3459
CIE-Lab29.76692.4279-34.6578

#08487c color RGB value is (8,72,124).

#08487c hex color red value is 8, green value is 72 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #08487c hue: 0.57 , saturation: 0.88 and the lightness value of 08487c is 0.26.

The process color (four color CMYK) of #08487c color hex is 0.94, 0.42, 0.00, 0.51. Web safe color of #08487c is #003366. Color #08487c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001000 01111100
Octal 10 110 174
Decimal 8 72 124
Hex 8 48 7C

RGB Percentages of Color #08487c

%3.92
%35.29
%60.78

CMYK Percentages of Color #08487c

%94
%42
%0
%51

Triadic Colors of #08487c

#08487c #7c0848 #487c08

Analogous Colors of #08487c

#08487c #080e7c #087c76

Monochromatic Colors of #08487c

#08487c

Complementary Color

#08487c #7c3c08

#08487c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08487c Color Preview on White Background

Lorem ipsum dolor sit amet.

#08487c Color CSS Codes

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

#08487c Text Font Color

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

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


#08487c Background Color

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

This div background color is #08487c


#08487c Border Color

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

This div border color is #08487c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08487c


Comments

No comments written yet.

Please login to write comment.