Color Hex Logo

#df909f Color Hex

#DF909F
(223,144,159)
0 Favorites   0 Comments

Color spaces of #df909f

RGB 223144159
HSL0.970.550.72
HSV349°35°87°
CMYK 0.000.350.29   0.13
XYZ46.662738.137737.7028
Yxy38.13770.38090.3113
Hunter Lab61.755726.80237.0316
CIE-Lab68.122031.84484.5946

#df909f color RGB value is (223,144,159).

#df909f hex color red value is 223, green value is 144 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #df909f hue: 0.97 , saturation: 0.55 and the lightness value of df909f is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010000 10011111
Octal 337 220 237
Decimal 223 144 159
Hex DF 90 9F

RGB Percentages of Color #df909f

%42.40
%27.38
%30.23

CMYK Percentages of Color #df909f

%0
%35
%29
%13

Triadic Colors of #df909f

#df909f #9fdf90 #909fdf

Analogous Colors of #df909f

#df909f #dfa990 #df90c7

Monochromatic Colors of #df909f

#df909f

Complementary Color

#df909f #90dfd0

#df909f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df909f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df909f Color CSS Codes

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

#df909f Text Font Color

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

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


#df909f Background Color

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

This div background color is #df909f


#df909f Border Color

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

This div border color is #df909f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df909f


Comments

No comments written yet.

Please login to write comment.