Color Hex Logo

#c8919c Color Hex

#C8919C
(200,145,156)
0 Favorites   0 Comments

Color spaces of #c8919c

RGB 200145156
HSL0.970.330.68
HSV348°28°78°
CMYK 0.000.280.22   0.22
XYZ39.945634.930536.0894
Yxy34.93050.36000.3148
Hunter Lab59.102017.21525.1672
CIE-Lab65.694522.39292.4419

#c8919c color RGB value is (200,145,156).

#c8919c hex color red value is 200, green value is 145 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #c8919c hue: 0.97 , saturation: 0.33 and the lightness value of c8919c is 0.68.

The process color (four color CMYK) of #c8919c color hex is 0.00, 0.28, 0.22, 0.22. Web safe color of #c8919c is #cc9999. Color #c8919c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010001 10011100
Octal 310 221 234
Decimal 200 145 156
Hex C8 91 9C

RGB Percentages of Color #c8919c

%39.92
%28.94
%31.14

CMYK Percentages of Color #c8919c

%0
%28
%22
%22

Triadic Colors of #c8919c

#c8919c #9cc891 #919cc8

Analogous Colors of #c8919c

#c8919c #c8a291 #c891b8

Monochromatic Colors of #c8919c

#c8919c

Complementary Color

#c8919c #91c8bd

#c8919c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8919c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8919c Color CSS Codes

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

#c8919c Text Font Color

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

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


#c8919c Background Color

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

This div background color is #c8919c


#c8919c Border Color

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

This div border color is #c8919c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8919c


Comments

No comments written yet.

Please login to write comment.