Color Hex Logo

#df805b Color Hex

#DF805B
(223,128,91)
0 Favorites   0 Comments

Color spaces of #df805b

RGB 22312891
HSL0.050.670.62
HSV17°59°87°
CMYK 0.000.430.59   0.13
XYZ40.038931.881613.9410
Yxy31.88160.46630.3713
Hunter Lab56.463827.764124.8859
CIE-Lab63.244933.242935.8259

#df805b color RGB value is (223,128,91).

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

The process color (four color CMYK) of #df805b color hex is 0.00, 0.43, 0.59, 0.13. Web safe color of #df805b is #cc9966. Color #df805b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000000 01011011
Octal 337 200 133
Decimal 223 128 91
Hex DF 80 5B

RGB Percentages of Color #df805b

%50.45
%28.96
%20.59

CMYK Percentages of Color #df805b

%0
%43
%59
%13

Triadic Colors of #df805b

#df805b #5bdf80 #805bdf

Analogous Colors of #df805b

#df805b #dfc25b #df5b78

Monochromatic Colors of #df805b

#df805b

Complementary Color

#df805b #5bbadf

#df805b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df805b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df805b Color CSS Codes

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

#df805b Text Font Color

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

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


#df805b Background Color

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

This div background color is #df805b


#df805b Border Color

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

This div border color is #df805b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df805b


Comments

No comments written yet.

Please login to write comment.