Color Hex Logo

#df845d Color Hex

#DF845D
(223,132,93)
0 Favorites   0 Comments

Color spaces of #df845d

RGB 22313293
HSL0.050.670.62
HSV18°58°87°
CMYK 0.000.410.58   0.13
XYZ40.658532.980814.5789
Yxy32.98080.46090.3739
Hunter Lab57.428925.873825.1489
CIE-Lab64.145431.285235.8638

#df845d color RGB value is (223,132,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000100 01011101
Octal 337 204 135
Decimal 223 132 93
Hex DF 84 5D

RGB Percentages of Color #df845d

%49.78
%29.46
%20.76

CMYK Percentages of Color #df845d

%0
%41
%58
%13

Triadic Colors of #df845d

#df845d #5ddf84 #845ddf

Analogous Colors of #df845d

#df845d #dfc55d #df5d77

Monochromatic Colors of #df845d

#df845d

Complementary Color

#df845d #5db8df

#df845d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df845d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df845d Color CSS Codes

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

#df845d Text Font Color

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

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


#df845d Background Color

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

This div background color is #df845d


#df845d Border Color

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

This div border color is #df845d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,132,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 #df845d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df845d


Comments

No comments written yet.

Please login to write comment.