Color Hex Logo

#dd449a Color Hex

#DD449A
(221,68,154)
0 Favorites   0 Comments

Color spaces of #dd449a

RGB 22168154
HSL0.910.690.57
HSV326°69°87°
CMYK 0.000.690.30   0.13
XYZ37.718721.839532.7993
Yxy21.83950.40840.2365
Hunter Lab46.732862.2877-8.8997
CIE-Lab53.856366.3265-13.6281

#dd449a color RGB value is (221,68,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000100 10011010
Octal 335 104 232
Decimal 221 68 154
Hex DD 44 9A

RGB Percentages of Color #dd449a

%49.89
%15.35
%34.76

CMYK Percentages of Color #dd449a

%0
%69
%30
%13

Triadic Colors of #dd449a

#dd449a #9add44 #449add

Analogous Colors of #dd449a

#dd449a #dd444e #d444dd

Monochromatic Colors of #dd449a

#dd449a

Complementary Color

#dd449a #44dd87

#dd449a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd449a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd449a Color CSS Codes

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

#dd449a Text Font Color

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

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


#dd449a Background Color

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

This div background color is #dd449a


#dd449a Border Color

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

This div border color is #dd449a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd449a


Comments

No comments written yet.

Please login to write comment.