Color Hex Logo

#4214cc Color Hex

#4214CC
(66,20,204)
0 Favorites   0 Comments

Color spaces of #4214cc

RGB 6620204
HSL0.710.820.44
HSV255°90°80°
CMYK 0.680.900.00   0.20
XYZ13.39606.018257.5823
Yxy6.01820.17400.0782
Hunter Lab24.532054.5410-121.9949
CIE-Lab29.458364.2639-83.3594

#4214cc color RGB value is (66,20,204).

#4214cc hex color red value is 66, green value is 20 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4214cc hue: 0.71 , saturation: 0.82 and the lightness value of 4214cc is 0.44.

The process color (four color CMYK) of #4214cc color hex is 0.68, 0.90, 0.00, 0.20. Web safe color of #4214cc is #3300cc. Color #4214cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010100 11001100
Octal 102 24 314
Decimal 66 20 204
Hex 42 14 CC

RGB Percentages of Color #4214cc

%22.76
%6.90
%70.34

CMYK Percentages of Color #4214cc

%68
%90
%0
%20

Triadic Colors of #4214cc

#4214cc #cc4214 #14cc42

Analogous Colors of #4214cc

#4214cc #9e14cc #1442cc

Monochromatic Colors of #4214cc

#4214cc

Complementary Color

#4214cc #9ecc14

#4214cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4214cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4214cc Color CSS Codes

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

#4214cc Text Font Color

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

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


#4214cc Background Color

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

This div background color is #4214cc


#4214cc Border Color

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

This div border color is #4214cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4214cc


Comments

No comments written yet.

Please login to write comment.