Color Hex Logo

#d981de Color Hex

#D981DE
(217,129,222)
0 Favorites   0 Comments

Color spaces of #d981de

RGB 217129222
HSL0.820.580.69
HSV297°42°87°
CMYK 0.020.420.00   0.13
XYZ49.650335.726273.3862
Yxy35.72620.31270.2250
Hunter Lab59.771443.6746-30.9552
CIE-Lab66.310247.8988-33.4395

#d981de color RGB value is (217,129,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000001 11011110
Octal 331 201 336
Decimal 217 129 222
Hex D9 81 DE

RGB Percentages of Color #d981de

%38.20
%22.71
%39.08

CMYK Percentages of Color #d981de

%2
%42
%0
%13

Triadic Colors of #d981de

#d981de #ded981 #81ded9

Analogous Colors of #d981de

#d981de #de81b5 #ab81de

Monochromatic Colors of #d981de

#d981de

Complementary Color

#d981de #86de81

#d981de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d981de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d981de Color CSS Codes

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

#d981de Text Font Color

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

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


#d981de Background Color

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

This div background color is #d981de


#d981de Border Color

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

This div border color is #d981de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d981de


Comments

No comments written yet.

Please login to write comment.