Color Hex Logo

#dd5459 Color Hex

#DD5459
(221,84,89)
0 Favorites   0 Comments

Color spaces of #dd5459

RGB 2218489
HSL0.990.670.60
HSV358°62°87°
CMYK 0.000.620.60   0.13
XYZ34.792322.434111.9476
Yxy22.43410.50300.3243
Hunter Lab47.364648.231318.1995
CIE-Lab54.484653.859125.7756

#dd5459 color RGB value is (221,84,89).

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

The process color (four color CMYK) of #dd5459 color hex is 0.00, 0.62, 0.60, 0.13. Web safe color of #dd5459 is #cc6666. Color #dd5459 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010100 01011001
Octal 335 124 131
Decimal 221 84 89
Hex DD 54 59

RGB Percentages of Color #dd5459

%56.09
%21.32
%22.59

CMYK Percentages of Color #dd5459

%0
%62
%60
%13

Triadic Colors of #dd5459

#dd5459 #59dd54 #5459dd

Analogous Colors of #dd5459

#dd5459 #dd9454 #dd549e

Monochromatic Colors of #dd5459

#dd5459

Complementary Color

#dd5459 #54ddd8

#dd5459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5459 Color CSS Codes

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

#dd5459 Text Font Color

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

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


#dd5459 Background Color

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

This div background color is #dd5459


#dd5459 Border Color

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

This div border color is #dd5459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5459


Comments

No comments written yet.

Please login to write comment.