Color Hex Logo

#4220cc Color Hex

#4220CC
(66,32,204)
0 Favorites   0 Comments

Color spaces of #4220cc

RGB 6632204
HSL0.700.730.46
HSV252°84°80°
CMYK 0.680.840.00   0.20
XYZ13.66246.550957.6711
Yxy6.55090.17540.0841
Hunter Lab25.594750.4921-115.6784
CIE-Lab30.761860.3588-81.1951

#4220cc color RGB value is (66,32,204).

#4220cc hex color red value is 66, green value is 32 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4220cc hue: 0.70 , saturation: 0.73 and the lightness value of 4220cc is 0.46.

The process color (four color CMYK) of #4220cc color hex is 0.68, 0.84, 0.00, 0.20. Web safe color of #4220cc is #3333cc. Color #4220cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100000 11001100
Octal 102 40 314
Decimal 66 32 204
Hex 42 20 CC

RGB Percentages of Color #4220cc

%21.85
%10.60
%67.55

CMYK Percentages of Color #4220cc

%68
%84
%0
%20

Triadic Colors of #4220cc

#4220cc #cc4220 #20cc42

Analogous Colors of #4220cc

#4220cc #9820cc #2054cc

Monochromatic Colors of #4220cc

#4220cc

Complementary Color

#4220cc #aacc20

#4220cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4220cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4220cc Color CSS Codes

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

#4220cc Text Font Color

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

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


#4220cc Background Color

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

This div background color is #4220cc


#4220cc Border Color

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

This div border color is #4220cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4220cc


Comments

No comments written yet.

Please login to write comment.