Color Hex Logo

#dd5760 Color Hex

#DD5760
(221,87,96)
0 Favorites   0 Comments

Color spaces of #dd5760

RGB 2218796
HSL0.990.660.60
HSV356°61°87°
CMYK 0.000.610.57   0.13
XYZ35.338323.033113.6496
Yxy23.03310.49070.3198
Hunter Lab47.992847.446616.7323
CIE-Lab55.106453.040122.5013

#dd5760 color RGB value is (221,87,96).

#dd5760 hex color red value is 221, green value is 87 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #dd5760 hue: 0.99 , saturation: 0.66 and the lightness value of dd5760 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010111 01100000
Octal 335 127 140
Decimal 221 87 96
Hex DD 57 60

RGB Percentages of Color #dd5760

%54.70
%21.53
%23.76

CMYK Percentages of Color #dd5760

%0
%61
%57
%13

Triadic Colors of #dd5760

#dd5760 #60dd57 #5760dd

Analogous Colors of #dd5760

#dd5760 #dd9157 #dd57a3

Monochromatic Colors of #dd5760

#dd5760

Complementary Color

#dd5760 #57ddd4

#dd5760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5760 Color CSS Codes

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

#dd5760 Text Font Color

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

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


#dd5760 Background Color

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

This div background color is #dd5760


#dd5760 Border Color

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

This div border color is #dd5760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5760


Comments

No comments written yet.

Please login to write comment.