Color Hex Logo

#08327e Color Hex

#08327E
(8,50,126)
0 Favorites   0 Comments

Color spaces of #08327e

RGB 850126
HSL0.610.880.26
HSV219°94°49°
CMYK 0.940.600.00   0.51
XYZ5.00663.839220.2158
Yxy3.83920.17230.1321
Hunter Lab19.593911.3208-47.4562
CIE-Lab23.132618.7548-46.6269

#08327e color RGB value is (8,50,126).

#08327e hex color red value is 8, green value is 50 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #08327e hue: 0.61 , saturation: 0.88 and the lightness value of 08327e is 0.26.

The process color (four color CMYK) of #08327e color hex is 0.94, 0.60, 0.00, 0.51. Web safe color of #08327e is #003366. Color #08327e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00110010 01111110
Octal 10 62 176
Decimal 8 50 126
Hex 8 32 7E

RGB Percentages of Color #08327e

%4.35
%27.17
%68.48

CMYK Percentages of Color #08327e

%94
%60
%0
%51

Triadic Colors of #08327e

#08327e #7e0832 #327e08

Analogous Colors of #08327e

#08327e #19087e #086d7e

Monochromatic Colors of #08327e

#08327e

Complementary Color

#08327e #7e5408

#08327e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08327e Color Preview on White Background

Lorem ipsum dolor sit amet.

#08327e Color CSS Codes

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

#08327e Text Font Color

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

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


#08327e Background Color

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

This div background color is #08327e


#08327e Border Color

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

This div border color is #08327e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08327e


Comments

No comments written yet.

Please login to write comment.