Color Hex Logo

#0820cc Color Hex

#0820CC
(8,32,204)
0 Favorites   0 Comments

Color spaces of #0820cc

RGB 832204
HSL0.650.920.42
HSV233°96°80°
CMYK 0.960.840.00   0.20
XYZ11.51575.444357.5706
Yxy5.44430.15450.0730
Hunter Lab23.333047.2635-129.9557
CIE-Lab27.964857.9084-85.9235

#0820cc color RGB value is (8,32,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00100000 11001100
Octal 10 40 314
Decimal 8 32 204
Hex 8 20 CC

RGB Percentages of Color #0820cc

%3.28
%13.11
%83.61

CMYK Percentages of Color #0820cc

%96
%84
%0
%20

Triadic Colors of #0820cc

#0820cc #cc0820 #20cc08

Analogous Colors of #0820cc

#0820cc #5208cc #0882cc

Monochromatic Colors of #0820cc

#0820cc

Complementary Color

#0820cc #ccb408

#0820cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0820cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0820cc Color CSS Codes

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

#0820cc Text Font Color

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

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


#0820cc Background Color

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

This div background color is #0820cc


#0820cc Border Color

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

This div border color is #0820cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,32,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 #0820cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0820cc


Comments

No comments written yet.

Please login to write comment.