Color Hex Logo

#cc57bb Color Hex

#CC57BB
(204,87,187)
0 Favorites   0 Comments

Color spaces of #cc57bb

RGB 20487187
HSL0.860.530.57
HSV309°57°80°
CMYK 0.000.570.08   0.20
XYZ37.279723.241649.5349
Yxy23.24160.33870.2112
Hunter Lab48.209553.6646-27.1733
CIE-Lab55.320358.5850-30.8542

#cc57bb color RGB value is (204,87,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010111 10111011
Octal 314 127 273
Decimal 204 87 187
Hex CC 57 BB

RGB Percentages of Color #cc57bb

%42.68
%18.20
%39.12

CMYK Percentages of Color #cc57bb

%0
%57
%8
%20

Triadic Colors of #cc57bb

#cc57bb #bbcc57 #57bbcc

Analogous Colors of #cc57bb

#cc57bb #cc5781 #a357cc

Monochromatic Colors of #cc57bb

#cc57bb

Complementary Color

#cc57bb #57cc68

#cc57bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc57bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc57bb Color CSS Codes

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

#cc57bb Text Font Color

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

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


#cc57bb Background Color

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

This div background color is #cc57bb


#cc57bb Border Color

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

This div border color is #cc57bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc57bb


Comments

No comments written yet.

Please login to write comment.