Color Hex Logo

#cc57bc Color Hex

#CC57BC
(204,87,188)
0 Favorites   0 Comments

Color spaces of #cc57bc

RGB 20487188
HSL0.860.530.57
HSV308°57°80°
CMYK 0.000.570.08   0.20
XYZ37.387123.284650.1008
Yxy23.28460.33750.2102
Hunter Lab48.254153.8564-27.7811
CIE-Lab55.364358.7467-31.3620

#cc57bc color RGB value is (204,87,188).

#cc57bc hex color red value is 204, green value is 87 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cc57bc hue: 0.86 , saturation: 0.53 and the lightness value of cc57bc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010111 10111100
Octal 314 127 274
Decimal 204 87 188
Hex CC 57 BC

RGB Percentages of Color #cc57bc

%42.59
%18.16
%39.25

CMYK Percentages of Color #cc57bc

%0
%57
%8
%20

Triadic Colors of #cc57bc

#cc57bc #bccc57 #57bccc

Analogous Colors of #cc57bc

#cc57bc #cc5782 #a257cc

Monochromatic Colors of #cc57bc

#cc57bc

Complementary Color

#cc57bc #57cc67

#cc57bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc57bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc57bc Color CSS Codes

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

#cc57bc Text Font Color

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

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


#cc57bc Background Color

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

This div background color is #cc57bc


#cc57bc Border Color

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

This div border color is #cc57bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc57bc


Comments

No comments written yet.

Please login to write comment.