Color Hex Logo

#df705d Color Hex

#DF705D
(223,112,93)
0 Favorites   0 Comments

Color spaces of #df705d

RGB 22311293
HSL0.020.670.62
HSV58°87°
CMYK 0.000.500.58   0.13
XYZ38.201428.066613.7599
Yxy28.06660.47740.3507
Hunter Lab52.977936.001721.6852
CIE-Lab59.948941.626230.5814

#df705d color RGB value is (223,112,93).

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

The process color (four color CMYK) of #df705d color hex is 0.00, 0.50, 0.58, 0.13. Web safe color of #df705d is #cc6666. Color #df705d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110000 01011101
Octal 337 160 135
Decimal 223 112 93
Hex DF 70 5D

RGB Percentages of Color #df705d

%52.10
%26.17
%21.73

CMYK Percentages of Color #df705d

%0
%50
%58
%13

Triadic Colors of #df705d

#df705d #5ddf70 #705ddf

Analogous Colors of #df705d

#df705d #dfb15d #df5d8b

Monochromatic Colors of #df705d

#df705d

Complementary Color

#df705d #5dccdf

#df705d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df705d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df705d Color CSS Codes

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

#df705d Text Font Color

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

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


#df705d Background Color

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

This div background color is #df705d


#df705d Border Color

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

This div border color is #df705d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df705d


Comments

No comments written yet.

Please login to write comment.