Color Hex Logo

#d881dd Color Hex

#D881DD
(216,129,221)
0 Favorites   0 Comments

Color spaces of #d881dd

RGB 216129221
HSL0.820.580.69
HSV297°42°87°
CMYK 0.020.420.00   0.13
XYZ49.220335.519972.6684
Yxy35.51990.31270.2257
Hunter Lab59.598643.1192-30.5732
CIE-Lab66.151547.4172-33.1396

#d881dd color RGB value is (216,129,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000001 11011101
Octal 330 201 335
Decimal 216 129 221
Hex D8 81 DD

RGB Percentages of Color #d881dd

%38.16
%22.79
%39.05

CMYK Percentages of Color #d881dd

%2
%42
%0
%13

Triadic Colors of #d881dd

#d881dd #ddd881 #81ddd8

Analogous Colors of #d881dd

#d881dd #dd81b4 #aa81dd

Monochromatic Colors of #d881dd

#d881dd

Complementary Color

#d881dd #86dd81

#d881dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d881dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d881dd Color CSS Codes

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

#d881dd Text Font Color

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

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


#d881dd Background Color

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

This div background color is #d881dd


#d881dd Border Color

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

This div border color is #d881dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d881dd


Comments

No comments written yet.

Please login to write comment.