Color Hex Logo

#dd80ad Color Hex

#DD80AD
(221,128,173)
0 Favorites   0 Comments

Color spaces of #dd80ad

RGB 221128173
HSL0.920.580.68
HSV331°42°87°
CMYK 0.000.420.22   0.13
XYZ45.080833.827643.6885
Yxy33.82760.36770.2759
Hunter Lab58.161536.5722-3.8231
CIE-Lab64.825541.5452-8.1594

#dd80ad color RGB value is (221,128,173).

#dd80ad hex color red value is 221, green value is 128 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dd80ad hue: 0.92 , saturation: 0.58 and the lightness value of dd80ad is 0.68.

The process color (four color CMYK) of #dd80ad color hex is 0.00, 0.42, 0.22, 0.13. Web safe color of #dd80ad is #cc9999. Color #dd80ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000000 10101101
Octal 335 200 255
Decimal 221 128 173
Hex DD 80 AD

RGB Percentages of Color #dd80ad

%42.34
%24.52
%33.14

CMYK Percentages of Color #dd80ad

%0
%42
%22
%13

Triadic Colors of #dd80ad

#dd80ad #addd80 #80addd

Analogous Colors of #dd80ad

#dd80ad #dd8280 #dd80dc

Monochromatic Colors of #dd80ad

#dd80ad

Complementary Color

#dd80ad #80ddb0

#dd80ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd80ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd80ad Color CSS Codes

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

#dd80ad Text Font Color

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

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


#dd80ad Background Color

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

This div background color is #dd80ad


#dd80ad Border Color

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

This div border color is #dd80ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd80ad


Comments

No comments written yet.

Please login to write comment.