Color Hex Logo

#dd88df Color Hex

#DD88DF
(221,136,223)
0 Favorites   0 Comments

Color spaces of #dd88df

RGB 221136223
HSL0.830.580.70
HSV299°39°87°
CMYK 0.010.390.00   0.13
XYZ51.942238.308274.4686
Yxy38.30820.31530.2326
Hunter Lab61.893641.4865-28.0105
CIE-Lab68.247245.6529-30.9578

#dd88df color RGB value is (221,136,223).

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

The process color (four color CMYK) of #dd88df color hex is 0.01, 0.39, 0.00, 0.13. Web safe color of #dd88df is #cc99cc. Color #dd88df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001000 11011111
Octal 335 210 337
Decimal 221 136 223
Hex DD 88 DF

RGB Percentages of Color #dd88df

%38.10
%23.45
%38.45

CMYK Percentages of Color #dd88df

%1
%39
%0
%13

Triadic Colors of #dd88df

#dd88df #dfdd88 #88dfdd

Analogous Colors of #dd88df

#dd88df #df88b6 #b288df

Monochromatic Colors of #dd88df

#dd88df

Complementary Color

#dd88df #8adf88

#dd88df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd88df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd88df Color CSS Codes

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

#dd88df Text Font Color

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

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


#dd88df Background Color

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

This div background color is #dd88df


#dd88df Border Color

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

This div border color is #dd88df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd88df


Comments

No comments written yet.

Please login to write comment.