Color Hex Logo

#df9b9f Color Hex

#DF9B9F
(223,155,159)
0 Favorites   0 Comments

Color spaces of #df9b9f

RGB 223155159
HSL0.990.520.74
HSV356°30°87°
CMYK 0.000.300.29   0.13
XYZ48.410841.633938.2855
Yxy41.63390.37720.3244
Hunter Lab64.524321.00609.9873
CIE-Lab70.617825.95248.1778

#df9b9f color RGB value is (223,155,159).

#df9b9f hex color red value is 223, green value is 155 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #df9b9f hue: 0.99 , saturation: 0.52 and the lightness value of df9b9f is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011011 10011111
Octal 337 233 237
Decimal 223 155 159
Hex DF 9B 9F

RGB Percentages of Color #df9b9f

%41.53
%28.86
%29.61

CMYK Percentages of Color #df9b9f

%0
%30
%29
%13

Triadic Colors of #df9b9f

#df9b9f #9fdf9b #9b9fdf

Analogous Colors of #df9b9f

#df9b9f #dfb99b #df9bc1

Monochromatic Colors of #df9b9f

#df9b9f

Complementary Color

#df9b9f #9bdfdb

#df9b9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9b9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9b9f Color CSS Codes

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

#df9b9f Text Font Color

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

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


#df9b9f Background Color

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

This div background color is #df9b9f


#df9b9f Border Color

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

This div border color is #df9b9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9b9f


Comments

No comments written yet.

Please login to write comment.