Color Hex Logo

#df949e Color Hex

#DF949E
(223,148,158)
0 Favorites   0 Comments

Color spaces of #df949e

RGB 223148158
HSL0.980.540.73
HSV352°34°87°
CMYK 0.000.340.29   0.13
XYZ47.192939.336437.4531
Yxy39.33640.38060.3173
Hunter Lab62.718724.55518.4975
CIE-Lab68.994229.57346.4092

#df949e color RGB value is (223,148,158).

#df949e hex color red value is 223, green value is 148 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #df949e hue: 0.98 , saturation: 0.54 and the lightness value of df949e is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010100 10011110
Octal 337 224 236
Decimal 223 148 158
Hex DF 94 9E

RGB Percentages of Color #df949e

%42.16
%27.98
%29.87

CMYK Percentages of Color #df949e

%0
%34
%29
%13

Triadic Colors of #df949e

#df949e #9edf94 #949edf

Analogous Colors of #df949e

#df949e #dfb094 #df94c4

Monochromatic Colors of #df949e

#df949e

Complementary Color

#df949e #94dfd5

#df949e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df949e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df949e Color CSS Codes

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

#df949e Text Font Color

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

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


#df949e Background Color

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

This div background color is #df949e


#df949e Border Color

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

This div border color is #df949e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df949e


Comments

No comments written yet.

Please login to write comment.