Color Hex Logo

#0809cc Color Hex

#0809CC
(8,9,204)
0 Favorites   0 Comments

Color spaces of #0809cc

RGB 89204
HSL0.670.920.42
HSV240°96°80°
CMYK 0.960.960.00   0.20
XYZ11.09694.606657.4310
Yxy4.60660.15170.0630
Hunter Lab21.463054.7287-143.6250
CIE-Lab25.583265.1375-89.8989

#0809cc color RGB value is (8,9,204).

#0809cc hex color red value is 8, green value is 9 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0809cc hue: 0.67 , saturation: 0.92 and the lightness value of 0809cc is 0.42.

The process color (four color CMYK) of #0809cc color hex is 0.96, 0.96, 0.00, 0.20. Web safe color of #0809cc is #0000cc. Color #0809cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00001001 11001100
Octal 10 11 314
Decimal 8 9 204
Hex 8 9 CC

RGB Percentages of Color #0809cc

%3.62
%4.07
%92.31

CMYK Percentages of Color #0809cc

%96
%96
%0
%20

Triadic Colors of #0809cc

#0809cc #cc0809 #09cc08

Analogous Colors of #0809cc

#0809cc #6908cc #086bcc

Monochromatic Colors of #0809cc

#0809cc

Complementary Color

#0809cc #cccb08

#0809cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0809cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0809cc Color CSS Codes

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

#0809cc Text Font Color

<p style="color:#0809cc">Text here</p>

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


#0809cc Background Color

<div style="background-color:#0809cc">
Div content here</div>

This div background color is #0809cc


#0809cc Border Color

<div style="border:3px solid #0809cc">
Div here</div>

This div border color is #0809cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,9,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0809cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0809cc;
  -webkit-box-shadow: 1px 1px 3px 2px #0809cc;
  box-shadow:         1px 1px 3px 2px #0809cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0809cc


Comments

No comments written yet.

Please login to write comment.