Color Hex Logo

#dd455e Color Hex

#DD455E
(221,69,94)
0 Favorites   0 Comments

Color spaces of #dd455e

RGB 2216994
HSL0.970.690.57
HSV350°69°87°
CMYK 0.000.690.57   0.13
XYZ33.967320.436512.7440
Yxy20.43650.50590.3044
Hunter Lab45.206755.008914.9306
CIE-Lab52.327260.308619.9740

#dd455e color RGB value is (221,69,94).

#dd455e hex color red value is 221, green value is 69 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dd455e hue: 0.97 , saturation: 0.69 and the lightness value of dd455e is 0.57.

The process color (four color CMYK) of #dd455e color hex is 0.00, 0.69, 0.57, 0.13. Web safe color of #dd455e is #cc3366. Color #dd455e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000101 01011110
Octal 335 105 136
Decimal 221 69 94
Hex DD 45 5E

RGB Percentages of Color #dd455e

%57.55
%17.97
%24.48

CMYK Percentages of Color #dd455e

%0
%69
%57
%13

Triadic Colors of #dd455e

#dd455e #5edd45 #455edd

Analogous Colors of #dd455e

#dd455e #dd7845 #dd45aa

Monochromatic Colors of #dd455e

#dd455e

Complementary Color

#dd455e #45ddc4

#dd455e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd455e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd455e Color CSS Codes

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

#dd455e Text Font Color

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

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


#dd455e Background Color

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

This div background color is #dd455e


#dd455e Border Color

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

This div border color is #dd455e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd455e


Comments

No comments written yet.

Please login to write comment.