Color Hex Logo

#4224cd Color Hex

#4224CD
(66,36,205)
0 Favorites   0 Comments

Color spaces of #4224cd

RGB 6636205
HSL0.700.700.47
HSV251°82°80°
CMYK 0.680.820.00   0.20
XYZ13.89716.827858.3430
Yxy6.82780.17580.0864
Hunter Lab26.130149.2064-114.0912
CIE-Lab31.411659.0493-80.7008

#4224cd color RGB value is (66,36,205).

#4224cd hex color red value is 66, green value is 36 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4224cd hue: 0.70 , saturation: 0.70 and the lightness value of 4224cd is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100100 11001101
Octal 102 44 315
Decimal 66 36 205
Hex 42 24 CD

RGB Percentages of Color #4224cd

%21.50
%11.73
%66.78

CMYK Percentages of Color #4224cd

%68
%82
%0
%20

Triadic Colors of #4224cd

#4224cd #cd4224 #24cd42

Analogous Colors of #4224cd

#4224cd #9724cd #245bcd

Monochromatic Colors of #4224cd

#4224cd

Complementary Color

#4224cd #afcd24

#4224cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4224cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4224cd Color CSS Codes

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

#4224cd Text Font Color

<p style="color:#4224cd">Text here</p>

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


#4224cd Background Color

<div style="background-color:#4224cd">
Div content here</div>

This div background color is #4224cd


#4224cd Border Color

<div style="border:3px solid #4224cd">
Div here</div>

This div border color is #4224cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,36,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4224cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4224cd;
  -webkit-box-shadow: 1px 1px 3px 2px #4224cd;
  box-shadow:         1px 1px 3px 2px #4224cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4224cd


Comments

No comments written yet.

Please login to write comment.