Color Hex Logo

#cc517f Color Hex

#CC517F
(204,81,127)
0 Favorites   0 Comments

Color spaces of #cc517f

RGB 20481127
HSL0.940.550.56
HSV338°60°80°
CMYK 0.000.600.38   0.20
XYZ31.675020.254522.3187
Yxy20.25450.42660.2728
Hunter Lab45.005046.87152.1006
CIE-Lab52.123753.0171-0.4686

#cc517f color RGB value is (204,81,127).

#cc517f hex color red value is 204, green value is 81 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cc517f hue: 0.94 , saturation: 0.55 and the lightness value of cc517f is 0.56.

The process color (four color CMYK) of #cc517f color hex is 0.00, 0.60, 0.38, 0.20. Web safe color of #cc517f is #cc6666. Color #cc517f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010001 01111111
Octal 314 121 177
Decimal 204 81 127
Hex CC 51 7F

RGB Percentages of Color #cc517f

%49.51
%19.66
%30.83

CMYK Percentages of Color #cc517f

%0
%60
%38
%20

Triadic Colors of #cc517f

#cc517f #7fcc51 #517fcc

Analogous Colors of #cc517f

#cc517f #cc6151 #cc51bd

Monochromatic Colors of #cc517f

#cc517f

Complementary Color

#cc517f #51cc9e

#cc517f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc517f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc517f Color CSS Codes

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

#cc517f Text Font Color

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

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


#cc517f Background Color

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

This div background color is #cc517f


#cc517f Border Color

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

This div border color is #cc517f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc517f


Comments

No comments written yet.

Please login to write comment.