Color Hex Logo

#08466b Color Hex

#08466B
(8,70,107)
0 Favorites   0 Comments

Color spaces of #08466b

RGB 870107
HSL0.560.860.23
HSV202°93°42°
CMYK 0.930.350.00   0.58
XYZ4.94415.493514.7097
Yxy5.49350.19660.2185
Hunter Lab23.4382-3.3638-20.8033
CIE-Lab28.0969-3.4263-26.5939

#08466b color RGB value is (8,70,107).

#08466b hex color red value is 8, green value is 70 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #08466b hue: 0.56 , saturation: 0.86 and the lightness value of 08466b is 0.23.

The process color (four color CMYK) of #08466b color hex is 0.93, 0.35, 0.00, 0.58. Web safe color of #08466b is #003366. Color #08466b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000110 01101011
Octal 10 106 153
Decimal 8 70 107
Hex 8 46 6B

RGB Percentages of Color #08466b

%4.32
%37.84
%57.84

CMYK Percentages of Color #08466b

%93
%35
%0
%58

Triadic Colors of #08466b

#08466b #6b0846 #466b08

Analogous Colors of #08466b

#08466b #08156b #086b5e

Monochromatic Colors of #08466b

#08466b

Complementary Color

#08466b #6b2d08

#08466b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08466b Color Preview on White Background

Lorem ipsum dolor sit amet.

#08466b Color CSS Codes

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

#08466b Text Font Color

<p style="color:#08466b">Text here</p>

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


#08466b Background Color

<div style="background-color:#08466b">
Div content here</div>

This div background color is #08466b


#08466b Border Color

<div style="border:3px solid #08466b">
Div here</div>

This div border color is #08466b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08466b


Comments

No comments written yet.

Please login to write comment.