Color Hex Logo

#dd88ad Color Hex

#DD88AD
(221,136,173)
0 Favorites   0 Comments

Color spaces of #dd88ad

RGB 221136173
HSL0.930.560.70
HSV334°38°87°
CMYK 0.000.380.22   0.13
XYZ46.165835.997644.0502
Yxy35.99760.36580.2852
Hunter Lab59.998032.3513-1.5318
CIE-Lab66.518137.3531-5.6471

#dd88ad color RGB value is (221,136,173).

#dd88ad hex color red value is 221, green value is 136 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dd88ad hue: 0.93 , saturation: 0.56 and the lightness value of dd88ad is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001000 10101101
Octal 335 210 255
Decimal 221 136 173
Hex DD 88 AD

RGB Percentages of Color #dd88ad

%41.70
%25.66
%32.64

CMYK Percentages of Color #dd88ad

%0
%38
%22
%13

Triadic Colors of #dd88ad

#dd88ad #addd88 #88addd

Analogous Colors of #dd88ad

#dd88ad #dd8e88 #dd88d8

Monochromatic Colors of #dd88ad

#dd88ad

Complementary Color

#dd88ad #88ddb8

#dd88ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd88ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd88ad Color CSS Codes

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

#dd88ad Text Font Color

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

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


#dd88ad Background Color

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

This div background color is #dd88ad


#dd88ad Border Color

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

This div border color is #dd88ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd88ad


Comments

No comments written yet.

Please login to write comment.