color codes Logo

#cc557c color codes

#CC557C
(204,85,124)
0 Favorites   0 Comments

Color spaces of #cc557c

RGB 20485124
HSL0.950.540.57
HSV340°58°80°
CMYK 0.000.580.39   0.20
XYZ31.788420.789621.4061
Yxy20.78960.42970.2810
Hunter Lab45.595644.65454.0816
CIE-Lab52.718550.86692.1865

#cc557c color RGB value is (204,85,124).

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

The process color (four color CMYK) of #cc557c color code is 0.00, 0.58, 0.39, 0.20. Web safe color of #cc557c is #cc6666. Color #cc557c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010101 01111100
Octal 314 125 174
Decimal 204 85 124
Hex CC 55 7C

RGB Percentages of Color #cc557c

%49.39
%20.58
%30.02

CMYK Percentages of Color #cc557c

%0
%58
%39
%20

Triadic Colors of #cc557c

#cc557c #7ccc55 #557ccc

Analogous Colors of #cc557c

#cc557c #cc6a55 #cc55b8

Monochromatic Colors of #cc557c

#cc557c

Complementary Color

#cc557c #55cca5

#cc557c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc557c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc557c Color CSS Codes

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

#cc557c Text Font Color

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

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


#cc557c Background Color

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

This div background color is #cc557c


#cc557c Border Color

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

This div border color is #cc557c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc557c


Comments

No comments written yet.

Please login to write comment.