Color Hex Logo

#d881de Color Hex

#D881DE
(216,129,222)
0 Favorites   0 Comments

Color spaces of #d881de

RGB 216129222
HSL0.820.580.69
HSV296°42°87°
CMYK 0.030.420.00   0.13
XYZ49.354035.573473.3723
Yxy35.57340.31180.2247
Hunter Lab59.643443.3299-31.1871
CIE-Lab66.192747.6027-33.6311

#d881de color RGB value is (216,129,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000001 11011110
Octal 330 201 336
Decimal 216 129 222
Hex D8 81 DE

RGB Percentages of Color #d881de

%38.10
%22.75
%39.15

CMYK Percentages of Color #d881de

%3
%42
%0
%13

Triadic Colors of #d881de

#d881de #ded881 #81ded8

Analogous Colors of #d881de

#d881de #de81b6 #aa81de

Monochromatic Colors of #d881de

#d881de

Complementary Color

#d881de #87de81

#d881de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d881de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d881de Color CSS Codes

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

#d881de Text Font Color

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

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


#d881de Background Color

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

This div background color is #d881de


#d881de Border Color

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

This div border color is #d881de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d881de


Comments

No comments written yet.

Please login to write comment.