Color Hex Logo

#dd80ab Color Hex

#DD80AB
(221,128,171)
0 Favorites   0 Comments

Color spaces of #dd80ab

RGB 221128171
HSL0.920.580.68
HSV332°42°87°
CMYK 0.000.420.23   0.13
XYZ44.888733.750842.6767
Yxy33.75080.37000.2782
Hunter Lab58.095436.2549-2.8874
CIE-Lab64.764341.2544-7.1172

#dd80ab color RGB value is (221,128,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000000 10101011
Octal 335 200 253
Decimal 221 128 171
Hex DD 80 AB

RGB Percentages of Color #dd80ab

%42.50
%24.62
%32.88

CMYK Percentages of Color #dd80ab

%0
%42
%23
%13

Triadic Colors of #dd80ab

#dd80ab #abdd80 #80abdd

Analogous Colors of #dd80ab

#dd80ab #dd8480 #dd80da

Monochromatic Colors of #dd80ab

#dd80ab

Complementary Color

#dd80ab #80ddb2

#dd80ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd80ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd80ab Color CSS Codes

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

#dd80ab Text Font Color

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

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


#dd80ab Background Color

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

This div background color is #dd80ab


#dd80ab Border Color

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

This div border color is #dd80ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd80ab


Comments

No comments written yet.

Please login to write comment.