Color Hex Logo

#cc52ba Color Hex

#CC52BA
(204,82,186)
0 Favorites   0 Comments

Color spaces of #cc52ba

RGB 20482186
HSL0.860.540.56
HSV309°60°80°
CMYK 0.000.600.09   0.20
XYZ36.782122.417148.8427
Yxy22.41710.34040.2075
Hunter Lab47.346755.8141-28.0207
CIE-Lab54.466860.6283-31.6060

#cc52ba color RGB value is (204,82,186).

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

The process color (four color CMYK) of #cc52ba color hex is 0.00, 0.60, 0.09, 0.20. Web safe color of #cc52ba is #cc66cc. Color #cc52ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010010 10111010
Octal 314 122 272
Decimal 204 82 186
Hex CC 52 BA

RGB Percentages of Color #cc52ba

%43.22
%17.37
%39.41

CMYK Percentages of Color #cc52ba

%0
%60
%9
%20

Triadic Colors of #cc52ba

#cc52ba #bacc52 #52bacc

Analogous Colors of #cc52ba

#cc52ba #cc527d #a152cc

Monochromatic Colors of #cc52ba

#cc52ba

Complementary Color

#cc52ba #52cc64

#cc52ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc52ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc52ba Color CSS Codes

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

#cc52ba Text Font Color

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

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


#cc52ba Background Color

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

This div background color is #cc52ba


#cc52ba Border Color

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

This div border color is #cc52ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc52ba


Comments

No comments written yet.

Please login to write comment.