Color Hex Logo

#cc758c Color Hex

#CC758C
(204,117,140)
0 Favorites   0 Comments

Color spaces of #cc758c

RGB 204117140
HSL0.960.460.63
HSV344°43°80°
CMYK 0.000.430.31   0.20
XYZ35.996827.453428.2127
Yxy27.45340.39270.2995
Hunter Lab52.396030.93914.7524
CIE-Lab59.391736.78862.4813

#cc758c color RGB value is (204,117,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110101 10001100
Octal 314 165 214
Decimal 204 117 140
Hex CC 75 8C

RGB Percentages of Color #cc758c

%44.25
%25.38
%30.37

CMYK Percentages of Color #cc758c

%0
%43
%31
%20

Triadic Colors of #cc758c

#cc758c #8ccc75 #758ccc

Analogous Colors of #cc758c

#cc758c #cc8a75 #cc75b8

Monochromatic Colors of #cc758c

#cc758c

Complementary Color

#cc758c #75ccb5

#cc758c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc758c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc758c Color CSS Codes

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

#cc758c Text Font Color

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

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


#cc758c Background Color

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

This div background color is #cc758c


#cc758c Border Color

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

This div border color is #cc758c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc758c


Comments

No comments written yet.

Please login to write comment.