Color Hex Logo

#cc52ae Color Hex

#CC52AE
(204,82,174)
0 Favorites   0 Comments

Color spaces of #cc52ae

RGB 20482174
HSL0.870.540.56
HSV315°60°80°
CMYK 0.000.600.15   0.20
XYZ35.559121.927942.4027
Yxy21.92790.35600.2195
Hunter Lab46.827253.5995-20.9088
CIE-Lab53.950458.7701-25.4479

#cc52ae color RGB value is (204,82,174).

#cc52ae hex color red value is 204, green value is 82 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cc52ae hue: 0.87 , saturation: 0.54 and the lightness value of cc52ae is 0.56.

The process color (four color CMYK) of #cc52ae color hex is 0.00, 0.60, 0.15, 0.20. Web safe color of #cc52ae is #cc6699. Color #cc52ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010010 10101110
Octal 314 122 256
Decimal 204 82 174
Hex CC 52 AE

RGB Percentages of Color #cc52ae

%44.35
%17.83
%37.83

CMYK Percentages of Color #cc52ae

%0
%60
%15
%20

Triadic Colors of #cc52ae

#cc52ae #aecc52 #52aecc

Analogous Colors of #cc52ae

#cc52ae #cc5271 #ad52cc

Monochromatic Colors of #cc52ae

#cc52ae

Complementary Color

#cc52ae #52cc70

#cc52ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc52ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc52ae Color CSS Codes

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

#cc52ae Text Font Color

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

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


#cc52ae Background Color

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

This div background color is #cc52ae


#cc52ae Border Color

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

This div border color is #cc52ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,82,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 #cc52ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc52ae


Comments

No comments written yet.

Please login to write comment.