Color Hex Logo

#cc53cc Color Hex

#CC53CC
(204,83,204)
0 Favorites   0 Comments

Color spaces of #cc53cc

RGB 20483204
HSL0.830.540.56
HSV300°59°80°
CMYK 0.000.590.00   0.20
XYZ38.894223.383559.5903
Yxy23.38350.31920.1919
Hunter Lab48.356558.9477-39.2143
CIE-Lab55.465263.1697-40.3786

#cc53cc color RGB value is (204,83,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010011 11001100
Octal 314 123 314
Decimal 204 83 204
Hex CC 53 CC

RGB Percentages of Color #cc53cc

%41.55
%16.90
%41.55

CMYK Percentages of Color #cc53cc

%0
%59
%0
%20

Triadic Colors of #cc53cc

#cc53cc #cccc53 #53cccc

Analogous Colors of #cc53cc

#cc53cc #cc5390 #9053cc

Monochromatic Colors of #cc53cc

#cc53cc

Complementary Color

#cc53cc #53cc53

#cc53cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc53cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc53cc Color CSS Codes

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

#cc53cc Text Font Color

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

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


#cc53cc Background Color

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

This div background color is #cc53cc


#cc53cc Border Color

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

This div border color is #cc53cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc53cc


Comments

No comments written yet.

Please login to write comment.