Color Hex Logo

#c8759c Color Hex

#C8759C
(200,117,156)
0 Favorites   0 Comments

Color spaces of #c8759c

RGB 200117156
HSL0.920.430.62
HSV332°42°78°
CMYK 0.000.420.22   0.22
XYZ36.181527.402234.8347
Yxy27.40220.36760.2784
Hunter Lab52.347131.7690-2.8119
CIE-Lab59.344837.6084-6.8830

#c8759c color RGB value is (200,117,156).

#c8759c hex color red value is 200, green value is 117 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #c8759c hue: 0.92 , saturation: 0.43 and the lightness value of c8759c is 0.62.

The process color (four color CMYK) of #c8759c color hex is 0.00, 0.42, 0.22, 0.22. Web safe color of #c8759c is #cc6699. Color #c8759c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110101 10011100
Octal 310 165 234
Decimal 200 117 156
Hex C8 75 9C

RGB Percentages of Color #c8759c

%42.28
%24.74
%32.98

CMYK Percentages of Color #c8759c

%0
%42
%22
%22

Triadic Colors of #c8759c

#c8759c #9cc875 #759cc8

Analogous Colors of #c8759c

#c8759c #c87875 #c875c6

Monochromatic Colors of #c8759c

#c8759c

Complementary Color

#c8759c #75c8a1

#c8759c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8759c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8759c Color CSS Codes

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

#c8759c Text Font Color

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

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


#c8759c Background Color

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

This div background color is #c8759c


#c8759c Border Color

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

This div border color is #c8759c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8759c


Comments

No comments written yet.

Please login to write comment.