Color Hex Logo

#df959c Color Hex

#DF959C
(223,149,156)
0 Favorites   0 Comments

Color spaces of #df959c

RGB 223149156
HSL0.980.540.73
HSV354°33°87°
CMYK 0.000.330.30   0.13
XYZ47.179639.583236.6062
Yxy39.58320.38240.3209
Hunter Lab62.915223.75429.5437
CIE-Lab69.171628.77167.7793

#df959c color RGB value is (223,149,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010101 10011100
Octal 337 225 234
Decimal 223 149 156
Hex DF 95 9C

RGB Percentages of Color #df959c

%42.23
%28.22
%29.55

CMYK Percentages of Color #df959c

%0
%33
%30
%13

Triadic Colors of #df959c

#df959c #9cdf95 #959cdf

Analogous Colors of #df959c

#df959c #dfb395 #df95c1

Monochromatic Colors of #df959c

#df959c

Complementary Color

#df959c #95dfd8

#df959c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df959c Color Preview on White Background

Lorem ipsum dolor sit amet.

#df959c Color CSS Codes

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

#df959c Text Font Color

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

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


#df959c Background Color

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

This div background color is #df959c


#df959c Border Color

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

This div border color is #df959c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df959c


Comments

No comments written yet.

Please login to write comment.