Color Hex Logo

#cc24af Color Hex

#CC24AF
(204,36,175)
0 Favorites   0 Comments

Color spaces of #cc24af

RGB 20436175
HSL0.860.700.47
HSV310°82°80°
CMYK 0.000.820.14   0.20
XYZ33.270617.194342.1227
Yxy17.19430.35930.1857
Hunter Lab41.466070.6554-31.2028
CIE-Lab48.503974.3454-34.5162

#cc24af color RGB value is (204,36,175).

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

The process color (four color CMYK) of #cc24af color hex is 0.00, 0.82, 0.14, 0.20. Web safe color of #cc24af is #cc3399. Color #cc24af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100100 10101111
Octal 314 44 257
Decimal 204 36 175
Hex CC 24 AF

RGB Percentages of Color #cc24af

%49.16
%8.67
%42.17

CMYK Percentages of Color #cc24af

%0
%82
%14
%20

Triadic Colors of #cc24af

#cc24af #afcc24 #24afcc

Analogous Colors of #cc24af

#cc24af #cc245b #9524cc

Monochromatic Colors of #cc24af

#cc24af

Complementary Color

#cc24af #24cc41

#cc24af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc24af Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc24af Color CSS Codes

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

#cc24af Text Font Color

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

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


#cc24af Background Color

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

This div background color is #cc24af


#cc24af Border Color

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

This div border color is #cc24af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,36,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc24af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc24af;
  -webkit-box-shadow: 1px 1px 3px 2px #cc24af;
  box-shadow:         1px 1px 3px 2px #cc24af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc24af


Comments

No comments written yet.

Please login to write comment.