Color Hex Logo

#df895d Color Hex

#DF895D
(223,137,93)
0 Favorites   0 Comments

Color spaces of #df895d

RGB 22313793
HSL0.060.670.62
HSV20°58°87°
CMYK 0.000.390.58   0.13
XYZ41.352934.369614.8104
Yxy34.36960.45680.3796
Hunter Lab58.625623.314326.0597
CIE-Lab65.254928.635437.2380

#df895d color RGB value is (223,137,93).

#df895d hex color red value is 223, green value is 137 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #df895d hue: 0.06 , saturation: 0.67 and the lightness value of df895d is 0.62.

The process color (four color CMYK) of #df895d color hex is 0.00, 0.39, 0.58, 0.13. Web safe color of #df895d is #cc9966. Color #df895d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001001 01011101
Octal 337 211 135
Decimal 223 137 93
Hex DF 89 5D

RGB Percentages of Color #df895d

%49.23
%30.24
%20.53

CMYK Percentages of Color #df895d

%0
%39
%58
%13

Triadic Colors of #df895d

#df895d #5ddf89 #895ddf

Analogous Colors of #df895d

#df895d #dfca5d #df5d72

Monochromatic Colors of #df895d

#df895d

Complementary Color

#df895d #5db3df

#df895d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df895d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df895d Color CSS Codes

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

#df895d Text Font Color

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

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


#df895d Background Color

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

This div background color is #df895d


#df895d Border Color

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

This div border color is #df895d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df895d


Comments

No comments written yet.

Please login to write comment.