Color Hex Logo

#c5889f Color Hex

#C5889F
(197,136,159)
0 Favorites   0 Comments

Color spaces of #c5889f

RGB 197136159
HSL0.940.340.65
HSV337°31°77°
CMYK 0.000.310.19   0.23
XYZ38.088131.981836.9665
Yxy31.98180.35580.2988
Hunter Lab56.552521.25300.8308
CIE-Lab63.327826.6965-2.7510

#c5889f color RGB value is (197,136,159).

#c5889f hex color red value is 197, green value is 136 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c5889f hue: 0.94 , saturation: 0.34 and the lightness value of c5889f is 0.65.

The process color (four color CMYK) of #c5889f color hex is 0.00, 0.31, 0.19, 0.23. Web safe color of #c5889f is #cc9999. Color #c5889f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10001000 10011111
Octal 305 210 237
Decimal 197 136 159
Hex C5 88 9F

RGB Percentages of Color #c5889f

%40.04
%27.64
%32.32

CMYK Percentages of Color #c5889f

%0
%31
%19
%23

Triadic Colors of #c5889f

#c5889f #9fc588 #889fc5

Analogous Colors of #c5889f

#c5889f #c59088 #c588be

Monochromatic Colors of #c5889f

#c5889f

Complementary Color

#c5889f #88c5ae

#c5889f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5889f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5889f Color CSS Codes

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

#c5889f Text Font Color

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

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


#c5889f Background Color

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

This div background color is #c5889f


#c5889f Border Color

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

This div border color is #c5889f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5889f

#c5889f Color Palettes


Comments

No comments written yet.

Please login to write comment.