Color Hex Logo

#df9982 Color Hex

#DF9982
(223,153,130)
0 Favorites   0 Comments

Color spaces of #df9982

RGB 223153130
HSL0.040.590.69
HSV15°42°87°
CMYK 0.000.310.42   0.13
XYZ45.851940.082126.4391
Yxy40.08210.40800.3567
Hunter Lab63.310418.483519.5572
CIE-Lab69.528023.486622.6876

#df9982 color RGB value is (223,153,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011001 10000010
Octal 337 231 202
Decimal 223 153 130
Hex DF 99 82

RGB Percentages of Color #df9982

%44.07
%30.24
%25.69

CMYK Percentages of Color #df9982

%0
%31
%42
%13

Triadic Colors of #df9982

#df9982 #82df99 #9982df

Analogous Colors of #df9982

#df9982 #dfc882 #df829a

Monochromatic Colors of #df9982

#df9982

Complementary Color

#df9982 #82c8df

#df9982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9982 Color CSS Codes

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

#df9982 Text Font Color

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

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


#df9982 Background Color

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

This div background color is #df9982


#df9982 Border Color

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

This div border color is #df9982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9982


Comments

No comments written yet.

Please login to write comment.