Color Hex Logo

#d988de Color Hex

#D988DE
(217,136,222)
0 Favorites   0 Comments

Color spaces of #d988de

RGB 217136222
HSL0.820.570.70
HSV297°39°87°
CMYK 0.020.390.00   0.13
XYZ50.604237.634073.7042
Yxy37.63400.31250.2324
Hunter Lab61.346639.8865-28.2908
CIE-Lab67.750044.2553-31.2100

#d988de color RGB value is (217,136,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001000 11011110
Octal 331 210 336
Decimal 217 136 222
Hex D9 88 DE

RGB Percentages of Color #d988de

%37.74
%23.65
%38.61

CMYK Percentages of Color #d988de

%2
%39
%0
%13

Triadic Colors of #d988de

#d988de #ded988 #88ded9

Analogous Colors of #d988de

#d988de #de88b8 #ae88de

Monochromatic Colors of #d988de

#d988de

Complementary Color

#d988de #8dde88

#d988de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d988de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d988de Color CSS Codes

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

#d988de Text Font Color

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

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


#d988de Background Color

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

This div background color is #d988de


#d988de Border Color

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

This div border color is #d988de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d988de


Comments

No comments written yet.

Please login to write comment.