Color Hex Logo

#dd81df Color Hex

#DD81DF
(221,129,223)
0 Favorites   0 Comments

Color spaces of #dd81df

RGB 221129223
HSL0.830.590.69
HSV299°42°87°
CMYK 0.010.420.00   0.13
XYZ50.988336.400474.1506
Yxy36.40040.31560.2253
Hunter Lab60.332745.2713-30.6361
CIE-Lab66.824749.2662-33.1591

#dd81df color RGB value is (221,129,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000001 11011111
Octal 335 201 337
Decimal 221 129 223
Hex DD 81 DF

RGB Percentages of Color #dd81df

%38.57
%22.51
%38.92

CMYK Percentages of Color #dd81df

%1
%42
%0
%13

Triadic Colors of #dd81df

#dd81df #dfdd81 #81dfdd

Analogous Colors of #dd81df

#dd81df #df81b2 #ae81df

Monochromatic Colors of #dd81df

#dd81df

Complementary Color

#dd81df #83df81

#dd81df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd81df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd81df Color CSS Codes

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

#dd81df Text Font Color

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

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


#dd81df Background Color

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

This div background color is #dd81df


#dd81df Border Color

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

This div border color is #dd81df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd81df


Comments

No comments written yet.

Please login to write comment.