Color Hex Logo

#cc53bd Color Hex

#CC53BD
(204,83,189)
0 Favorites   0 Comments

Color spaces of #cc53bd

RGB 20483189
HSL0.850.540.56
HSV307°59°80°
CMYK 0.000.590.07   0.20
XYZ37.180422.698050.5656
Yxy22.69800.33660.2055
Hunter Lab47.642455.9281-29.5781
CIE-Lab54.759960.6754-32.8801

#cc53bd color RGB value is (204,83,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010011 10111101
Octal 314 123 275
Decimal 204 83 189
Hex CC 53 BD

RGB Percentages of Color #cc53bd

%42.86
%17.44
%39.71

CMYK Percentages of Color #cc53bd

%0
%59
%7
%20

Triadic Colors of #cc53bd

#cc53bd #bdcc53 #53bdcc

Analogous Colors of #cc53bd

#cc53bd #cc5381 #9f53cc

Monochromatic Colors of #cc53bd

#cc53bd

Complementary Color

#cc53bd #53cc62

#cc53bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc53bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc53bd Color CSS Codes

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

#cc53bd Text Font Color

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

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


#cc53bd Background Color

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

This div background color is #cc53bd


#cc53bd Border Color

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

This div border color is #cc53bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc53bd


Comments

No comments written yet.

Please login to write comment.