Color Hex Logo

#cc56cd Color Hex

#CC56CD
(204,86,205)
0 Favorites   0 Comments

Color spaces of #cc56cd

RGB 20486205
HSL0.830.540.57
HSV299°58°80°
CMYK 0.000.580.00   0.20
XYZ39.249123.900760.3023
Yxy23.90070.31790.1936
Hunter Lab48.888357.7508-38.9106
CIE-Lab55.988262.0408-40.1258

#cc56cd color RGB value is (204,86,205).

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

The process color (four color CMYK) of #cc56cd color hex is 0.00, 0.58, 0.00, 0.20. Web safe color of #cc56cd is #cc66cc. Color #cc56cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010110 11001101
Octal 314 126 315
Decimal 204 86 205
Hex CC 56 CD

RGB Percentages of Color #cc56cd

%41.21
%17.37
%41.41

CMYK Percentages of Color #cc56cd

%0
%58
%0
%20

Triadic Colors of #cc56cd

#cc56cd #cdcc56 #56cdcc

Analogous Colors of #cc56cd

#cc56cd #cd5693 #9156cd

Monochromatic Colors of #cc56cd

#cc56cd

Complementary Color

#cc56cd #57cd56

#cc56cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc56cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc56cd Color CSS Codes

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

#cc56cd Text Font Color

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

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


#cc56cd Background Color

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

This div background color is #cc56cd


#cc56cd Border Color

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

This div border color is #cc56cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc56cd


Comments

No comments written yet.

Please login to write comment.