Color Hex Logo

#4222ac Color Hex

#4222AC
(66,34,172)
0 Favorites   0 Comments

Color spaces of #4222ac

RGB 6634172
HSL0.710.670.40
HSV254°80°67°
CMYK 0.620.800.00   0.33
XYZ10.26525.280939.5080
Yxy5.28090.18650.0959
Hunter Lab22.980239.5201-85.8463
CIE-Lab27.520550.5227-67.6146

#4222ac color RGB value is (66,34,172).

#4222ac hex color red value is 66, green value is 34 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4222ac hue: 0.71 , saturation: 0.67 and the lightness value of 4222ac is 0.40.

The process color (four color CMYK) of #4222ac color hex is 0.62, 0.80, 0.00, 0.33. Web safe color of #4222ac is #333399. Color #4222ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100010 10101100
Octal 102 42 254
Decimal 66 34 172
Hex 42 22 AC

RGB Percentages of Color #4222ac

%24.26
%12.50
%63.24

CMYK Percentages of Color #4222ac

%62
%80
%0
%33

Triadic Colors of #4222ac

#4222ac #ac4222 #22ac42

Analogous Colors of #4222ac

#4222ac #8722ac #2247ac

Monochromatic Colors of #4222ac

#4222ac

Complementary Color

#4222ac #8cac22

#4222ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4222ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4222ac Color CSS Codes

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

#4222ac Text Font Color

<p style="color:#4222ac">Text here</p>

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


#4222ac Background Color

<div style="background-color:#4222ac">
Div content here</div>

This div background color is #4222ac


#4222ac Border Color

<div style="border:3px solid #4222ac">
Div here</div>

This div border color is #4222ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,34,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4222ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4222ac;
  -webkit-box-shadow: 1px 1px 3px 2px #4222ac;
  box-shadow:         1px 1px 3px 2px #4222ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,34,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4222ac


Comments

No comments written yet.

Please login to write comment.