Color Hex Logo

#cc52bd Color Hex

#CC52BD
(204,82,189)
0 Favorites   0 Comments

Color spaces of #cc52bd

RGB 20482189
HSL0.850.540.56
HSV307°60°80°
CMYK 0.000.600.07   0.20
XYZ37.104422.546150.5403
Yxy22.54610.33670.2046
Hunter Lab47.482756.3903-29.8700
CIE-Lab54.601761.1080-33.1270

#cc52bd color RGB value is (204,82,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010010 10111101
Octal 314 122 275
Decimal 204 82 189
Hex CC 52 BD

RGB Percentages of Color #cc52bd

%42.95
%17.26
%39.79

CMYK Percentages of Color #cc52bd

%0
%60
%7
%20

Triadic Colors of #cc52bd

#cc52bd #bdcc52 #52bdcc

Analogous Colors of #cc52bd

#cc52bd #cc5280 #9e52cc

Monochromatic Colors of #cc52bd

#cc52bd

Complementary Color

#cc52bd #52cc61

#cc52bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc52bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc52bd Color CSS Codes

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

#cc52bd Text Font Color

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

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


#cc52bd Background Color

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

This div background color is #cc52bd


#cc52bd Border Color

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

This div border color is #cc52bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc52bd


Comments

No comments written yet.

Please login to write comment.