Color Hex Logo

#df999d Color Hex

#DF999D
(223,153,157)
0 Favorites   0 Comments

Color spaces of #df999d

RGB 223153157
HSL0.990.520.74
HSV357°31°87°
CMYK 0.000.310.30   0.13
XYZ47.908540.904837.2686
Yxy40.90480.38000.3244
Hunter Lab63.956921.785410.2207
CIE-Lab70.109226.75888.5620

#df999d color RGB value is (223,153,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011001 10011101
Octal 337 231 235
Decimal 223 153 157
Hex DF 99 9D

RGB Percentages of Color #df999d

%41.84
%28.71
%29.46

CMYK Percentages of Color #df999d

%0
%31
%30
%13

Triadic Colors of #df999d

#df999d #9ddf99 #999ddf

Analogous Colors of #df999d

#df999d #dfb899 #df99c0

Monochromatic Colors of #df999d

#df999d

Complementary Color

#df999d #99dfdb

#df999d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df999d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df999d Color CSS Codes

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

#df999d Text Font Color

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

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


#df999d Background Color

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

This div background color is #df999d


#df999d Border Color

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

This div border color is #df999d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df999d


Comments

No comments written yet.

Please login to write comment.