Color Hex Logo

#dd584c Color Hex

#DD584C
(221,88,76)
0 Favorites   0 Comments

Color spaces of #dd584c

RGB 2218876
HSL0.010.680.58
HSV66°87°
CMYK 0.000.600.66   0.13
XYZ34.613022.87349.4282
Yxy22.87340.51730.3418
Hunter Lab47.826145.489321.7902
CIE-Lab54.941751.273333.8317

#dd584c color RGB value is (221,88,76).

#dd584c hex color red value is 221, green value is 88 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #dd584c hue: 0.01 , saturation: 0.68 and the lightness value of dd584c is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011000 01001100
Octal 335 130 114
Decimal 221 88 76
Hex DD 58 4C

RGB Percentages of Color #dd584c

%57.40
%22.86
%19.74

CMYK Percentages of Color #dd584c

%0
%60
%66
%13

Triadic Colors of #dd584c

#dd584c #4cdd58 #584cdd

Analogous Colors of #dd584c

#dd584c #dda14c #dd4c89

Monochromatic Colors of #dd584c

#dd584c

Complementary Color

#dd584c #4cd1dd

#dd584c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd584c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd584c Color CSS Codes

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

#dd584c Text Font Color

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

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


#dd584c Background Color

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

This div background color is #dd584c


#dd584c Border Color

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

This div border color is #dd584c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,88,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd584c


Comments

No comments written yet.

Please login to write comment.