Color Hex Logo

#c8969f Color Hex

#C8969F
(200,150,159)
0 Favorites   0 Comments

Color spaces of #c8969f

RGB 200150159
HSL0.970.310.69
HSV349°25°78°
CMYK 0.000.250.21   0.22
XYZ40.983836.595337.7044
Yxy36.59530.35550.3174
Hunter Lab60.494015.06655.3919
CIE-Lab66.972320.10222.6103

#c8969f color RGB value is (200,150,159).

#c8969f hex color red value is 200, green value is 150 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c8969f hue: 0.97 , saturation: 0.31 and the lightness value of c8969f is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010110 10011111
Octal 310 226 237
Decimal 200 150 159
Hex C8 96 9F

RGB Percentages of Color #c8969f

%39.29
%29.47
%31.24

CMYK Percentages of Color #c8969f

%0
%25
%21
%22

Triadic Colors of #c8969f

#c8969f #9fc896 #969fc8

Analogous Colors of #c8969f

#c8969f #c8a696 #c896b8

Monochromatic Colors of #c8969f

#c8969f

Complementary Color

#c8969f #96c8bf

#c8969f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8969f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8969f Color CSS Codes

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

#c8969f Text Font Color

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

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


#c8969f Background Color

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

This div background color is #c8969f


#c8969f Border Color

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

This div border color is #c8969f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8969f


Comments

No comments written yet.

Please login to write comment.