Color Hex Logo

#dd88ab Color Hex

#DD88AB
(221,136,171)
0 Favorites   0 Comments

Color spaces of #dd88ab

RGB 221136171
HSL0.930.560.70
HSV335°38°87°
CMYK 0.000.380.23   0.13
XYZ45.973635.920743.0384
Yxy35.92070.36800.2875
Hunter Lab59.933932.0381-0.6223
CIE-Lab66.459337.0603-4.6072

#dd88ab color RGB value is (221,136,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001000 10101011
Octal 335 210 253
Decimal 221 136 171
Hex DD 88 AB

RGB Percentages of Color #dd88ab

%41.86
%25.76
%32.39

CMYK Percentages of Color #dd88ab

%0
%38
%23
%13

Triadic Colors of #dd88ab

#dd88ab #abdd88 #88abdd

Analogous Colors of #dd88ab

#dd88ab #dd9088 #dd88d6

Monochromatic Colors of #dd88ab

#dd88ab

Complementary Color

#dd88ab #88ddba

#dd88ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd88ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd88ab Color CSS Codes

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

#dd88ab Text Font Color

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

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


#dd88ab Background Color

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

This div background color is #dd88ab


#dd88ab Border Color

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

This div border color is #dd88ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd88ab


Comments

No comments written yet.

Please login to write comment.