Color Hex Logo

#cc507e Color Hex

#CC507E
(204,80,126)
0 Favorites   0 Comments

Color spaces of #cc507e

RGB 20480126
HSL0.940.550.56
HSV338°61°80°
CMYK 0.000.610.38   0.20
XYZ31.536420.081021.9525
Yxy20.08100.42870.2730
Hunter Lab44.811847.19902.3232
CIE-Lab51.928753.3515-0.1564

#cc507e color RGB value is (204,80,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010000 01111110
Octal 314 120 176
Decimal 204 80 126
Hex CC 50 7E

RGB Percentages of Color #cc507e

%49.76
%19.51
%30.73

CMYK Percentages of Color #cc507e

%0
%61
%38
%20

Triadic Colors of #cc507e

#cc507e #7ecc50 #507ecc

Analogous Colors of #cc507e

#cc507e #cc6050 #cc50bc

Monochromatic Colors of #cc507e

#cc507e

Complementary Color

#cc507e #50cc9e

#cc507e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc507e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc507e Color CSS Codes

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

#cc507e Text Font Color

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

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


#cc507e Background Color

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

This div background color is #cc507e


#cc507e Border Color

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

This div border color is #cc507e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc507e


Comments

No comments written yet.

Please login to write comment.