Color Hex Logo

#cc758f Color Hex

#CC758F
(204,117,143)
0 Favorites   0 Comments

Color spaces of #cc758f

RGB 204117143
HSL0.950.460.63
HSV342°43°80°
CMYK 0.000.430.30   0.20
XYZ36.221127.543129.3939
Yxy27.54310.38880.2957
Hunter Lab52.481531.35243.5299
CIE-Lab59.473737.18490.8676

#cc758f color RGB value is (204,117,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110101 10001111
Octal 314 165 217
Decimal 204 117 143
Hex CC 75 8F

RGB Percentages of Color #cc758f

%43.97
%25.22
%30.82

CMYK Percentages of Color #cc758f

%0
%43
%30
%20

Triadic Colors of #cc758f

#cc758f #8fcc75 #758fcc

Analogous Colors of #cc758f

#cc758f #cc8775 #cc75bb

Monochromatic Colors of #cc758f

#cc758f

Complementary Color

#cc758f #75ccb2

#cc758f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc758f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc758f Color CSS Codes

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

#cc758f Text Font Color

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

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


#cc758f Background Color

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

This div background color is #cc758f


#cc758f Border Color

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

This div border color is #cc758f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc758f


Comments

No comments written yet.

Please login to write comment.