Color Hex Logo

#08318c Color Hex

#08318C
(8,49,140)
0 Favorites   0 Comments

Color spaces of #08318c

RGB 849140
HSL0.610.890.29
HSV221°94°55°
CMYK 0.940.650.00   0.45
XYZ5.93214.141725.2977
Yxy4.14170.16770.1171
Hunter Lab20.351216.4159-59.4551
CIE-Lab24.134525.3389-53.7550

#08318c color RGB value is (8,49,140).

#08318c hex color red value is 8, green value is 49 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #08318c hue: 0.61 , saturation: 0.89 and the lightness value of 08318c is 0.29.

The process color (four color CMYK) of #08318c color hex is 0.94, 0.65, 0.00, 0.45. Web safe color of #08318c is #003399. Color #08318c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00110001 10001100
Octal 10 61 214
Decimal 8 49 140
Hex 8 31 8C

RGB Percentages of Color #08318c

%4.06
%24.87
%71.07

CMYK Percentages of Color #08318c

%94
%65
%0
%45

Triadic Colors of #08318c

#08318c #8c0831 #318c08

Analogous Colors of #08318c

#08318c #21088c #08738c

Monochromatic Colors of #08318c

#08318c

Complementary Color

#08318c #8c6308

#08318c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08318c Color Preview on White Background

Lorem ipsum dolor sit amet.

#08318c Color CSS Codes

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

#08318c Text Font Color

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

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


#08318c Background Color

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

This div background color is #08318c


#08318c Border Color

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

This div border color is #08318c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08318c


Comments

No comments written yet.

Please login to write comment.