Color Hex Logo

#dd815e Color Hex

#DD815E
(221,129,94)
0 Favorites   0 Comments

Color spaces of #dd815e

RGB 22112994
HSL0.050.650.62
HSV17°57°87°
CMYK 0.000.420.57   0.13
XYZ39.689431.880814.6514
Yxy31.88080.46030.3698
Hunter Lab56.463126.662024.1392
CIE-Lab63.244232.152034.1408

#dd815e color RGB value is (221,129,94).

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

The process color (four color CMYK) of #dd815e color hex is 0.00, 0.42, 0.57, 0.13. Web safe color of #dd815e is #cc9966. Color #dd815e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000001 01011110
Octal 335 201 136
Decimal 221 129 94
Hex DD 81 5E

RGB Percentages of Color #dd815e

%49.77
%29.05
%21.17

CMYK Percentages of Color #dd815e

%0
%42
%57
%13

Triadic Colors of #dd815e

#dd815e #5edd81 #815edd

Analogous Colors of #dd815e

#dd815e #ddc15e #dd5e7b

Monochromatic Colors of #dd815e

#dd815e

Complementary Color

#dd815e #5ebadd

#dd815e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd815e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd815e Color CSS Codes

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

#dd815e Text Font Color

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

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


#dd815e Background Color

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

This div background color is #dd815e


#dd815e Border Color

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

This div border color is #dd815e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd815e


Comments

No comments written yet.

Please login to write comment.