Color Hex Logo

#dd82aa Color Hex

#DD82AA
(221,130,170)
0 Favorites   0 Comments

Color spaces of #dd82aa

RGB 221130170
HSL0.930.570.69
HSV334°41°87°
CMYK 0.000.410.23   0.13
XYZ45.057134.239742.2644
Yxy34.23970.37070.2817
Hunter Lab58.514735.0467-1.8641
CIE-Lab65.152440.0679-5.9752

#dd82aa color RGB value is (221,130,170).

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

The process color (four color CMYK) of #dd82aa color hex is 0.00, 0.41, 0.23, 0.13. Web safe color of #dd82aa is #cc9999. Color #dd82aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000010 10101010
Octal 335 202 252
Decimal 221 130 170
Hex DD 82 AA

RGB Percentages of Color #dd82aa

%42.42
%24.95
%32.63

CMYK Percentages of Color #dd82aa

%0
%41
%23
%13

Triadic Colors of #dd82aa

#dd82aa #aadd82 #82aadd

Analogous Colors of #dd82aa

#dd82aa #dd8882 #dd82d8

Monochromatic Colors of #dd82aa

#dd82aa

Complementary Color

#dd82aa #82ddb5

#dd82aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd82aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd82aa Color CSS Codes

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

#dd82aa Text Font Color

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

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


#dd82aa Background Color

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

This div background color is #dd82aa


#dd82aa Border Color

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

This div border color is #dd82aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd82aa


Comments

No comments written yet.

Please login to write comment.