Color Hex Logo

#df909e Color Hex

#DF909E
(223,144,158)
0 Favorites   0 Comments

Color spaces of #df909e

RGB 223144158
HSL0.970.550.72
HSV349°35°87°
CMYK 0.000.350.29   0.13
XYZ46.576238.103137.2476
Yxy38.10310.38200.3125
Hunter Lab61.727726.66247.4328
CIE-Lab68.096531.71065.1182

#df909e color RGB value is (223,144,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010000 10011110
Octal 337 220 236
Decimal 223 144 158
Hex DF 90 9E

RGB Percentages of Color #df909e

%42.48
%27.43
%30.10

CMYK Percentages of Color #df909e

%0
%35
%29
%13

Triadic Colors of #df909e

#df909e #9edf90 #909edf

Analogous Colors of #df909e

#df909e #dfaa90 #df90c6

Monochromatic Colors of #df909e

#df909e

Complementary Color

#df909e #90dfd1

#df909e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df909e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df909e Color CSS Codes

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

#df909e Text Font Color

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

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


#df909e Background Color

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

This div background color is #df909e


#df909e Border Color

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

This div border color is #df909e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,144,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df909e


Comments

No comments written yet.

Please login to write comment.