Color Hex Logo

#cc24aa Color Hex

#CC24AA
(204,36,170)
0 Favorites   0 Comments

Color spaces of #cc24aa

RGB 20436170
HSL0.870.700.47
HSV312°82°80°
CMYK 0.000.820.17   0.20
XYZ32.788417.001439.5837
Yxy17.00140.36690.1902
Hunter Lab41.232869.7864-28.0558
CIE-Lab48.261873.6784-31.9448

#cc24aa color RGB value is (204,36,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100100 10101010
Octal 314 44 252
Decimal 204 36 170
Hex CC 24 AA

RGB Percentages of Color #cc24aa

%49.76
%8.78
%41.46

CMYK Percentages of Color #cc24aa

%0
%82
%17
%20

Triadic Colors of #cc24aa

#cc24aa #aacc24 #24aacc

Analogous Colors of #cc24aa

#cc24aa #cc2456 #9a24cc

Monochromatic Colors of #cc24aa

#cc24aa

Complementary Color

#cc24aa #24cc46

#cc24aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc24aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc24aa Color CSS Codes

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

#cc24aa Text Font Color

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

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


#cc24aa Background Color

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

This div background color is #cc24aa


#cc24aa Border Color

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

This div border color is #cc24aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc24aa


Comments

No comments written yet.

Please login to write comment.