Color Hex Logo

#df875e Color Hex

#DF875E
(223,135,94)
0 Favorites   0 Comments

Color spaces of #df875e

RGB 22313594
HSL0.050.670.62
HSV19°58°87°
CMYK 0.000.390.58   0.13
XYZ41.115833.824114.9513
Yxy33.82410.45740.3763
Hunter Lab58.158524.415225.4688
CIE-Lab64.822729.772836.1677

#df875e color RGB value is (223,135,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000111 01011110
Octal 337 207 136
Decimal 223 135 94
Hex DF 87 5E

RGB Percentages of Color #df875e

%49.34
%29.87
%20.80

CMYK Percentages of Color #df875e

%0
%39
%58
%13

Triadic Colors of #df875e

#df875e #5edf87 #875edf

Analogous Colors of #df875e

#df875e #dfc85e #df5e76

Monochromatic Colors of #df875e

#df875e

Complementary Color

#df875e #5eb6df

#df875e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df875e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df875e Color CSS Codes

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

#df875e Text Font Color

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

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


#df875e Background Color

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

This div background color is #df875e


#df875e Border Color

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

This div border color is #df875e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df875e


Comments

No comments written yet.

Please login to write comment.