Color Hex Logo

#df874b Color Hex

#DF874B
(223,135,75)
0 Favorites   0 Comments

Color spaces of #df874b

RGB 22313575
HSL0.070.700.58
HSV24°66°87°
CMYK 0.000.390.66   0.13
XYZ40.365433.523910.9999
Yxy33.52390.47550.3949
Hunter Lab57.899823.118229.2659
CIE-Lab64.582928.491845.7882

#df874b color RGB value is (223,135,75).

#df874b hex color red value is 223, green value is 135 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #df874b hue: 0.07 , saturation: 0.70 and the lightness value of df874b is 0.58.

The process color (four color CMYK) of #df874b color hex is 0.00, 0.39, 0.66, 0.13. Web safe color of #df874b is #cc9933. Color #df874b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000111 01001011
Octal 337 207 113
Decimal 223 135 75
Hex DF 87 4B

RGB Percentages of Color #df874b

%51.50
%31.18
%17.32

CMYK Percentages of Color #df874b

%0
%39
%66
%13

Triadic Colors of #df874b

#df874b #4bdf87 #874bdf

Analogous Colors of #df874b

#df874b #dfd14b #df4b59

Monochromatic Colors of #df874b

#df874b

Complementary Color

#df874b #4ba3df

#df874b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df874b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df874b Color CSS Codes

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

#df874b Text Font Color

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

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


#df874b Background Color

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

This div background color is #df874b


#df874b Border Color

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

This div border color is #df874b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df874b


Comments

No comments written yet.

Please login to write comment.