Color Hex Logo

#cc759e Color Hex

#CC759E
(204,117,158)
0 Favorites   0 Comments

Color spaces of #cc759e

RGB 204117158
HSL0.920.460.63
HSV332°43°80°
CMYK 0.000.430.23   0.20
XYZ37.434728.028635.7848
Yxy28.02860.36970.2768
Hunter Lab52.942033.5667-3.0161
CIE-Lab59.914639.2888-7.1331

#cc759e color RGB value is (204,117,158).

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

The process color (four color CMYK) of #cc759e color hex is 0.00, 0.43, 0.23, 0.20. Web safe color of #cc759e is #cc6699. Color #cc759e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110101 10011110
Octal 314 165 236
Decimal 204 117 158
Hex CC 75 9E

RGB Percentages of Color #cc759e

%42.59
%24.43
%32.99

CMYK Percentages of Color #cc759e

%0
%43
%23
%20

Triadic Colors of #cc759e

#cc759e #9ecc75 #759ecc

Analogous Colors of #cc759e

#cc759e #cc7875 #cc75ca

Monochromatic Colors of #cc759e

#cc759e

Complementary Color

#cc759e #75cca3

#cc759e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc759e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc759e Color CSS Codes

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

#cc759e Text Font Color

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

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


#cc759e Background Color

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

This div background color is #cc759e


#cc759e Border Color

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

This div border color is #cc759e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc759e


Comments

No comments written yet.

Please login to write comment.