Color Hex Logo

#df875b Color Hex

#DF875B
(223,135,91)
0 Favorites   0 Comments

Color spaces of #df875b

RGB 22313591
HSL0.060.670.62
HSV20°59°87°
CMYK 0.000.390.59   0.13
XYZ40.983733.771314.2560
Yxy33.77130.46040.3794
Hunter Lab58.113124.187526.1344
CIE-Lab64.780629.548737.7201

#df875b color RGB value is (223,135,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000111 01011011
Octal 337 207 133
Decimal 223 135 91
Hex DF 87 5B

RGB Percentages of Color #df875b

%49.67
%30.07
%20.27

CMYK Percentages of Color #df875b

%0
%39
%59
%13

Triadic Colors of #df875b

#df875b #5bdf87 #875bdf

Analogous Colors of #df875b

#df875b #dfc95b #df5b71

Monochromatic Colors of #df875b

#df875b

Complementary Color

#df875b #5bb3df

#df875b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df875b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df875b Color CSS Codes

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

#df875b Text Font Color

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

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


#df875b Background Color

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

This div background color is #df875b


#df875b Border Color

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

This div border color is #df875b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df875b


Comments

No comments written yet.

Please login to write comment.