Color Hex Logo

#c8959b Color Hex

#C8959B
(200,149,155)
0 Favorites   0 Comments

Color spaces of #c8959b

RGB 200149155
HSL0.980.320.68
HSV353°26°78°
CMYK 0.000.260.23   0.22
XYZ40.483336.140835.8525
Yxy36.14080.35990.3213
Hunter Lab60.117214.99796.7229
CIE-Lab66.627420.04504.3537

#c8959b color RGB value is (200,149,155).

#c8959b hex color red value is 200, green value is 149 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #c8959b hue: 0.98 , saturation: 0.32 and the lightness value of c8959b is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010101 10011011
Octal 310 225 233
Decimal 200 149 155
Hex C8 95 9B

RGB Percentages of Color #c8959b

%39.68
%29.56
%30.75

CMYK Percentages of Color #c8959b

%0
%26
%23
%22

Triadic Colors of #c8959b

#c8959b #9bc895 #959bc8

Analogous Colors of #c8959b

#c8959b #c8a995 #c895b5

Monochromatic Colors of #c8959b

#c8959b

Complementary Color

#c8959b #95c8c2

#c8959b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8959b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8959b Color CSS Codes

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

#c8959b Text Font Color

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

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


#c8959b Background Color

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

This div background color is #c8959b


#c8959b Border Color

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

This div border color is #c8959b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8959b


Comments

No comments written yet.

Please login to write comment.