Color Hex Logo

#df9883 Color Hex

#DF9883
(223,152,131)
0 Favorites   0 Comments

Color spaces of #df9883

RGB 223152131
HSL0.040.590.69
HSV14°41°87°
CMYK 0.000.320.41   0.13
XYZ45.756439.783126.7400
Yxy39.78310.40750.3543
Hunter Lab63.073819.112119.0158
CIE-Lab69.314824.133221.8484

#df9883 color RGB value is (223,152,131).

#df9883 hex color red value is 223, green value is 152 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #df9883 hue: 0.04 , saturation: 0.59 and the lightness value of df9883 is 0.69.

The process color (four color CMYK) of #df9883 color hex is 0.00, 0.32, 0.41, 0.13. Web safe color of #df9883 is #cc9999. Color #df9883 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011000 10000011
Octal 337 230 203
Decimal 223 152 131
Hex DF 98 83

RGB Percentages of Color #df9883

%44.07
%30.04
%25.89

CMYK Percentages of Color #df9883

%0
%32
%41
%13

Triadic Colors of #df9883

#df9883 #83df98 #9883df

Analogous Colors of #df9883

#df9883 #dfc683 #df839c

Monochromatic Colors of #df9883

#df9883

Complementary Color

#df9883 #83cadf

#df9883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9883 Color CSS Codes

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

#df9883 Text Font Color

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

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


#df9883 Background Color

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

This div background color is #df9883


#df9883 Border Color

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

This div border color is #df9883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9883


Comments

No comments written yet.

Please login to write comment.