Color Hex Logo

#dd459e Color Hex

#DD459E
(221,69,158)
0 Favorites   0 Comments

Color spaces of #dd459e

RGB 22169158
HSL0.900.690.57
HSV325°69°87°
CMYK 0.000.690.29   0.13
XYZ38.118522.097034.6038
Yxy22.09700.40200.2330
Hunter Lab47.007462.4832-10.7402
CIE-Lab54.129866.4414-15.5715

#dd459e color RGB value is (221,69,158).

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

The process color (four color CMYK) of #dd459e color hex is 0.00, 0.69, 0.29, 0.13. Web safe color of #dd459e is #cc3399. Color #dd459e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000101 10011110
Octal 335 105 236
Decimal 221 69 158
Hex DD 45 9E

RGB Percentages of Color #dd459e

%49.33
%15.40
%35.27

CMYK Percentages of Color #dd459e

%0
%69
%29
%13

Triadic Colors of #dd459e

#dd459e #9edd45 #459edd

Analogous Colors of #dd459e

#dd459e #dd4552 #d045dd

Monochromatic Colors of #dd459e

#dd459e

Complementary Color

#dd459e #45dd84

#dd459e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd459e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd459e Color CSS Codes

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

#dd459e Text Font Color

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

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


#dd459e Background Color

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

This div background color is #dd459e


#dd459e Border Color

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

This div border color is #dd459e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd459e


Comments

No comments written yet.

Please login to write comment.