Color Hex Logo

#dd529a Color Hex

#DD529A
(221,82,154)
0 Favorites   0 Comments

Color spaces of #dd529a

RGB 22182154
HSL0.910.670.59
HSV329°63°87°
CMYK 0.000.630.30   0.13
XYZ38.668823.739833.1160
Yxy23.73980.40480.2485
Hunter Lab48.723556.3982-6.1913
CIE-Lab55.826360.8946-10.6616

#dd529a color RGB value is (221,82,154).

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

The process color (four color CMYK) of #dd529a color hex is 0.00, 0.63, 0.30, 0.13. Web safe color of #dd529a is #cc6699. Color #dd529a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010010 10011010
Octal 335 122 232
Decimal 221 82 154
Hex DD 52 9A

RGB Percentages of Color #dd529a

%48.36
%17.94
%33.70

CMYK Percentages of Color #dd529a

%0
%63
%30
%13

Triadic Colors of #dd529a

#dd529a #9add52 #529add

Analogous Colors of #dd529a

#dd529a #dd5254 #db52dd

Monochromatic Colors of #dd529a

#dd529a

Complementary Color

#dd529a #52dd95

#dd529a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd529a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd529a Color CSS Codes

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

#dd529a Text Font Color

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

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


#dd529a Background Color

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

This div background color is #dd529a


#dd529a Border Color

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

This div border color is #dd529a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd529a


Comments

No comments written yet.

Please login to write comment.