Color Hex Logo

#df998f Color Hex

#DF998F
(223,153,143)
0 Favorites   0 Comments

Color spaces of #df998f

RGB 223153143
HSL0.020.560.72
HSV36°87°
CMYK 0.000.310.36   0.13
XYZ46.780640.453631.3293
Yxy40.45360.39460.3412
Hunter Lab63.603119.982615.3174
CIE-Lab69.791424.981015.8798

#df998f color RGB value is (223,153,143).

#df998f hex color red value is 223, green value is 153 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #df998f hue: 0.02 , saturation: 0.56 and the lightness value of df998f is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011001 10001111
Octal 337 231 217
Decimal 223 153 143
Hex DF 99 8F

RGB Percentages of Color #df998f

%42.97
%29.48
%27.55

CMYK Percentages of Color #df998f

%0
%31
%36
%13

Triadic Colors of #df998f

#df998f #8fdf99 #998fdf

Analogous Colors of #df998f

#df998f #dfc18f #df8fad

Monochromatic Colors of #df998f

#df998f

Complementary Color

#df998f #8fd5df

#df998f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df998f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df998f Color CSS Codes

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

#df998f Text Font Color

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

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


#df998f Background Color

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

This div background color is #df998f


#df998f Border Color

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

This div border color is #df998f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df998f


Comments

No comments written yet.

Please login to write comment.