Color Hex Logo

#dd705e Color Hex

#DD705E
(221,112,94)
0 Favorites   0 Comments

Color spaces of #dd705e

RGB 22111294
HSL0.020.650.62
HSV57°87°
CMYK 0.000.490.57   0.13
XYZ37.633327.768613.9661
Yxy27.76860.47420.3499
Hunter Lab52.695935.259621.1734
CIE-Lab59.679140.950729.6175

#dd705e color RGB value is (221,112,94).

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

The process color (four color CMYK) of #dd705e color hex is 0.00, 0.49, 0.57, 0.13. Web safe color of #dd705e is #cc6666. Color #dd705e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110000 01011110
Octal 335 160 136
Decimal 221 112 94
Hex DD 70 5E

RGB Percentages of Color #dd705e

%51.76
%26.23
%22.01

CMYK Percentages of Color #dd705e

%0
%49
%57
%13

Triadic Colors of #dd705e

#dd705e #5edd70 #705edd

Analogous Colors of #dd705e

#dd705e #ddb05e #dd5e8c

Monochromatic Colors of #dd705e

#dd705e

Complementary Color

#dd705e #5ecbdd

#dd705e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd705e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd705e Color CSS Codes

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

#dd705e Text Font Color

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

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


#dd705e Background Color

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

This div background color is #dd705e


#dd705e Border Color

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

This div border color is #dd705e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd705e


Comments

No comments written yet.

Please login to write comment.