Color Hex Logo

#d984de Color Hex

#D984DE
(217,132,222)
0 Favorites   0 Comments

Color spaces of #d984de

RGB 217132222
HSL0.820.580.69
HSV297°41°87°
CMYK 0.020.410.00   0.13
XYZ50.051436.528273.5199
Yxy36.52820.31260.2282
Hunter Lab60.438642.0549-29.8157
CIE-Lab66.921646.3451-32.4919

#d984de color RGB value is (217,132,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000100 11011110
Octal 331 204 336
Decimal 217 132 222
Hex D9 84 DE

RGB Percentages of Color #d984de

%38.00
%23.12
%38.88

CMYK Percentages of Color #d984de

%2
%41
%0
%13

Triadic Colors of #d984de

#d984de #ded984 #84ded9

Analogous Colors of #d984de

#d984de #de84b6 #ac84de

Monochromatic Colors of #d984de

#d984de

Complementary Color

#d984de #89de84

#d984de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d984de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d984de Color CSS Codes

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

#d984de Text Font Color

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

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


#d984de Background Color

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

This div background color is #d984de


#d984de Border Color

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

This div border color is #d984de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d984de


Comments

No comments written yet.

Please login to write comment.