Color Hex Logo

#cc529a Color Hex

#CC529A
(204,82,154)
0 Favorites   0 Comments

Color spaces of #cc529a

RGB 20482154
HSL0.900.540.56
HSV325°60°80°
CMYK 0.000.600.25   0.20
XYZ33.751921.205032.8859
Yxy21.20500.38420.2414
Hunter Lab46.048950.2474-10.1078
CIE-Lab53.173155.9106-14.9238

#cc529a color RGB value is (204,82,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010010 10011010
Octal 314 122 232
Decimal 204 82 154
Hex CC 52 9A

RGB Percentages of Color #cc529a

%46.36
%18.64
%35.00

CMYK Percentages of Color #cc529a

%0
%60
%25
%20

Triadic Colors of #cc529a

#cc529a #9acc52 #529acc

Analogous Colors of #cc529a

#cc529a #cc525d #c152cc

Monochromatic Colors of #cc529a

#cc529a

Complementary Color

#cc529a #52cc84

#cc529a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc529a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc529a Color CSS Codes

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

#cc529a Text Font Color

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

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


#cc529a Background Color

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

This div background color is #cc529a


#cc529a Border Color

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

This div border color is #cc529a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc529a


Comments

No comments written yet.

Please login to write comment.