Color Hex Logo

#cc487c Color Hex

#CC487C
(204,72,124)
0 Favorites   0 Comments

Color spaces of #cc487c

RGB 20472124
HSL0.930.560.54
HSV336°65°80°
CMYK 0.000.650.39   0.20
XYZ30.857318.927321.0958
Yxy18.92730.43530.2670
Hunter Lab43.505550.47061.7042
CIE-Lab50.602056.5671-0.8978

#cc487c color RGB value is (204,72,124).

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

The process color (four color CMYK) of #cc487c color hex is 0.00, 0.65, 0.39, 0.20. Web safe color of #cc487c is #cc3366. Color #cc487c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001000 01111100
Octal 314 110 174
Decimal 204 72 124
Hex CC 48 7C

RGB Percentages of Color #cc487c

%51.00
%18.00
%31.00

CMYK Percentages of Color #cc487c

%0
%65
%39
%20

Triadic Colors of #cc487c

#cc487c #7ccc48 #487ccc

Analogous Colors of #cc487c

#cc487c #cc5648 #cc48be

Monochromatic Colors of #cc487c

#cc487c

Complementary Color

#cc487c #48cc98

#cc487c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc487c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc487c Color CSS Codes

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

#cc487c Text Font Color

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

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


#cc487c Background Color

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

This div background color is #cc487c


#cc487c Border Color

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

This div border color is #cc487c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,72,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 #cc487c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc487c


Comments

No comments written yet.

Please login to write comment.