Color Hex Logo

#df899f Color Hex

#DF899F
(223,137,159)
0 Favorites   0 Comments

Color spaces of #df899f

RGB 223137159
HSL0.960.570.71
HSV345°39°87°
CMYK 0.000.390.29   0.13
XYZ45.635136.082537.3603
Yxy36.08250.38320.3030
Hunter Lab60.068730.48895.1721
CIE-Lab66.582935.56182.3676

#df899f color RGB value is (223,137,159).

#df899f hex color red value is 223, green value is 137 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #df899f hue: 0.96 , saturation: 0.57 and the lightness value of df899f is 0.71.

The process color (four color CMYK) of #df899f color hex is 0.00, 0.39, 0.29, 0.13. Web safe color of #df899f is #cc9999. Color #df899f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001001 10011111
Octal 337 211 237
Decimal 223 137 159
Hex DF 89 9F

RGB Percentages of Color #df899f

%42.97
%26.40
%30.64

CMYK Percentages of Color #df899f

%0
%39
%29
%13

Triadic Colors of #df899f

#df899f #9fdf89 #899fdf

Analogous Colors of #df899f

#df899f #df9e89 #df89ca

Monochromatic Colors of #df899f

#df899f

Complementary Color

#df899f #89dfc9

#df899f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df899f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df899f Color CSS Codes

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

#df899f Text Font Color

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

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


#df899f Background Color

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

This div background color is #df899f


#df899f Border Color

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

This div border color is #df899f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df899f


Comments

No comments written yet.

Please login to write comment.