Color Hex Logo

#cc507f Color Hex

#CC507F
(204,80,127)
0 Favorites   0 Comments

Color spaces of #cc507f

RGB 20480127
HSL0.940.550.56
HSV337°61°80°
CMYK 0.000.610.38   0.20
XYZ31.601320.107022.2941
Yxy20.10700.42700.2717
Hunter Lab44.840847.32531.9106
CIE-Lab51.958053.4625-0.7110

#cc507f color RGB value is (204,80,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010000 01111111
Octal 314 120 177
Decimal 204 80 127
Hex CC 50 7F

RGB Percentages of Color #cc507f

%49.64
%19.46
%30.90

CMYK Percentages of Color #cc507f

%0
%61
%38
%20

Triadic Colors of #cc507f

#cc507f #7fcc50 #507fcc

Analogous Colors of #cc507f

#cc507f #cc5f50 #cc50bd

Monochromatic Colors of #cc507f

#cc507f

Complementary Color

#cc507f #50cc9d

#cc507f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc507f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc507f Color CSS Codes

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

#cc507f Text Font Color

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

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


#cc507f Background Color

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

This div background color is #cc507f


#cc507f Border Color

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

This div border color is #cc507f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc507f


Comments

No comments written yet.

Please login to write comment.