Color Hex Logo

#c8769e Color Hex

#C8769E
(200,118,158)
0 Favorites   0 Comments

Color spaces of #c8769e

RGB 200118158
HSL0.920.430.62
HSV331°41°78°
CMYK 0.000.410.21   0.22
XYZ36.469427.704835.7732
Yxy27.70480.36490.2772
Hunter Lab52.635331.5652-3.4512
CIE-Lab59.621137.3760-7.6241

#c8769e color RGB value is (200,118,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110110 10011110
Octal 310 166 236
Decimal 200 118 158
Hex C8 76 9E

RGB Percentages of Color #c8769e

%42.02
%24.79
%33.19

CMYK Percentages of Color #c8769e

%0
%41
%21
%22

Triadic Colors of #c8769e

#c8769e #9ec876 #769ec8

Analogous Colors of #c8769e

#c8769e #c87776 #c876c7

Monochromatic Colors of #c8769e

#c8769e

Complementary Color

#c8769e #76c8a0

#c8769e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8769e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8769e Color CSS Codes

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

#c8769e Text Font Color

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

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


#c8769e Background Color

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

This div background color is #c8769e


#c8769e Border Color

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

This div border color is #c8769e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8769e


Comments

No comments written yet.

Please login to write comment.