Color Hex Logo

#cc24ae Color Hex

#CC24AE
(204,36,174)
0 Favorites   0 Comments

Color spaces of #cc24ae

RGB 20436174
HSL0.860.700.47
HSV311°82°80°
CMYK 0.000.820.15   0.20
XYZ33.172717.155141.6073
Yxy17.15510.36080.1866
Hunter Lab41.418770.4798-30.5669
CIE-Lab48.454974.2109-34.0040

#cc24ae color RGB value is (204,36,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100100 10101110
Octal 314 44 256
Decimal 204 36 174
Hex CC 24 AE

RGB Percentages of Color #cc24ae

%49.28
%8.70
%42.03

CMYK Percentages of Color #cc24ae

%0
%82
%15
%20

Triadic Colors of #cc24ae

#cc24ae #aecc24 #24aecc

Analogous Colors of #cc24ae

#cc24ae #cc245a #9624cc

Monochromatic Colors of #cc24ae

#cc24ae

Complementary Color

#cc24ae #24cc42

#cc24ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc24ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc24ae Color CSS Codes

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

#cc24ae Text Font Color

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

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


#cc24ae Background Color

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

This div background color is #cc24ae


#cc24ae Border Color

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

This div border color is #cc24ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc24ae


Comments

No comments written yet.

Please login to write comment.