Color Hex Logo

#dd82ae Color Hex

#DD82AE
(221,130,174)
0 Favorites   0 Comments

Color spaces of #dd82ae

RGB 221130174
HSL0.920.570.69
HSV331°41°87°
CMYK 0.000.410.21   0.13
XYZ45.441434.393444.2880
Yxy34.39340.36610.2771
Hunter Lab58.645935.6793-3.7223
CIE-Lab65.273640.6505-8.0584

#dd82ae color RGB value is (221,130,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000010 10101110
Octal 335 202 256
Decimal 221 130 174
Hex DD 82 AE

RGB Percentages of Color #dd82ae

%42.10
%24.76
%33.14

CMYK Percentages of Color #dd82ae

%0
%41
%21
%13

Triadic Colors of #dd82ae

#dd82ae #aedd82 #82aedd

Analogous Colors of #dd82ae

#dd82ae #dd8482 #dd82dc

Monochromatic Colors of #dd82ae

#dd82ae

Complementary Color

#dd82ae #82ddb1

#dd82ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd82ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd82ae Color CSS Codes

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

#dd82ae Text Font Color

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

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


#dd82ae Background Color

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

This div background color is #dd82ae


#dd82ae Border Color

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

This div border color is #dd82ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd82ae


Comments

No comments written yet.

Please login to write comment.