Color Hex Logo

#cc757e Color Hex

#CC757E
(204,117,126)
0 Favorites   0 Comments

Color spaces of #cc757e

RGB 204117126
HSL0.980.460.63
HSV354°43°80°
CMYK 0.000.430.38   0.20
XYZ35.029027.066323.1168
Yxy27.06630.41110.3176
Hunter Lab52.025329.141110.0729
CIE-Lab59.035635.051710.0593

#cc757e color RGB value is (204,117,126).

#cc757e hex color red value is 204, green value is 117 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cc757e hue: 0.98 , saturation: 0.46 and the lightness value of cc757e is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110101 01111110
Octal 314 165 176
Decimal 204 117 126
Hex CC 75 7E

RGB Percentages of Color #cc757e

%45.64
%26.17
%28.19

CMYK Percentages of Color #cc757e

%0
%43
%38
%20

Triadic Colors of #cc757e

#cc757e #7ecc75 #757ecc

Analogous Colors of #cc757e

#cc757e #cc9875 #cc75aa

Monochromatic Colors of #cc757e

#cc757e

Complementary Color

#cc757e #75ccc3

#cc757e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc757e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc757e Color CSS Codes

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

#cc757e Text Font Color

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

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


#cc757e Background Color

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

This div background color is #cc757e


#cc757e Border Color

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

This div border color is #cc757e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc757e


Comments

No comments written yet.

Please login to write comment.