Color Hex Logo

#08465c Color Hex

#08465C
(8,70,92)
0 Favorites   0 Comments

Color spaces of #08465c

RGB 87092
HSL0.540.840.20
HSV196°91°36°
CMYK 0.910.240.00   0.64
XYZ4.22215.204610.9073
Yxy5.20460.20760.2560
Hunter Lab22.8136-6.8889-12.3773
CIE-Lab27.3099-9.6017-18.2135

#08465c color RGB value is (8,70,92).

#08465c hex color red value is 8, green value is 70 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #08465c hue: 0.54 , saturation: 0.84 and the lightness value of 08465c is 0.20.

The process color (four color CMYK) of #08465c color hex is 0.91, 0.24, 0.00, 0.64. Web safe color of #08465c is #003366. Color #08465c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000110 01011100
Octal 10 106 134
Decimal 8 70 92
Hex 8 46 5C

RGB Percentages of Color #08465c

%4.71
%41.18
%54.12

CMYK Percentages of Color #08465c

%91
%24
%0
%64

Triadic Colors of #08465c

#08465c #5c0846 #465c08

Analogous Colors of #08465c

#08465c #081c5c #085c48

Monochromatic Colors of #08465c

#08465c

Complementary Color

#08465c #5c1e08

#08465c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08465c Color Preview on White Background

Lorem ipsum dolor sit amet.

#08465c Color CSS Codes

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

#08465c Text Font Color

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

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


#08465c Background Color

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

This div background color is #08465c


#08465c Border Color

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

This div border color is #08465c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08465c

#08465c Color Palettes


Comments

No comments written yet.

Please login to write comment.