Color Hex Logo

#df704b Color Hex

#DF704B
(223,112,75)
0 Favorites   0 Comments

Color spaces of #df704b

RGB 22311275
HSL0.040.700.58
HSV15°66°87°
CMYK 0.000.500.66   0.13
XYZ37.495627.784310.0433
Yxy27.78430.49780.3689
Hunter Lab52.710834.731225.6007
CIE-Lab59.693440.440940.1404

#df704b color RGB value is (223,112,75).

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

The process color (four color CMYK) of #df704b color hex is 0.00, 0.50, 0.66, 0.13. Web safe color of #df704b is #cc6633. Color #df704b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110000 01001011
Octal 337 160 113
Decimal 223 112 75
Hex DF 70 4B

RGB Percentages of Color #df704b

%54.39
%27.32
%18.29

CMYK Percentages of Color #df704b

%0
%50
%66
%13

Triadic Colors of #df704b

#df704b #4bdf70 #704bdf

Analogous Colors of #df704b

#df704b #dfba4b #df4b70

Monochromatic Colors of #df704b

#df704b

Complementary Color

#df704b #4bbadf

#df704b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df704b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df704b Color CSS Codes

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

#df704b Text Font Color

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

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


#df704b Background Color

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

This div background color is #df704b


#df704b Border Color

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

This div border color is #df704b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df704b


Comments

No comments written yet.

Please login to write comment.