Color Hex Logo

#dd725e Color Hex

#DD725E
(221,114,94)
0 Favorites   0 Comments

Color spaces of #dd725e

RGB 22111494
HSL0.030.650.62
HSV57°87°
CMYK 0.000.480.57   0.13
XYZ37.856528.214914.0404
Yxy28.21490.47250.3522
Hunter Lab53.117734.259321.5105
CIE-Lab60.082439.936830.1343

#dd725e color RGB value is (221,114,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110010 01011110
Octal 335 162 136
Decimal 221 114 94
Hex DD 72 5E

RGB Percentages of Color #dd725e

%51.52
%26.57
%21.91

CMYK Percentages of Color #dd725e

%0
%48
%57
%13

Triadic Colors of #dd725e

#dd725e #5edd72 #725edd

Analogous Colors of #dd725e

#dd725e #ddb25e #dd5e8a

Monochromatic Colors of #dd725e

#dd725e

Complementary Color

#dd725e #5ec9dd

#dd725e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd725e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd725e Color CSS Codes

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

#dd725e Text Font Color

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

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


#dd725e Background Color

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

This div background color is #dd725e


#dd725e Border Color

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

This div border color is #dd725e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd725e


Comments

No comments written yet.

Please login to write comment.