Color Hex Logo

#d988dd Color Hex

#D988DD
(217,136,221)
0 Favorites   0 Comments

Color spaces of #d988dd

RGB 217136221
HSL0.830.560.70
HSV297°38°87°
CMYK 0.020.380.00   0.13
XYZ50.470637.580573.0003
Yxy37.58050.31340.2333
Hunter Lab61.302939.6786-27.6912
CIE-Lab67.710344.0695-30.7176

#d988dd color RGB value is (217,136,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001000 11011101
Octal 331 210 335
Decimal 217 136 221
Hex D9 88 DD

RGB Percentages of Color #d988dd

%37.80
%23.69
%38.50

CMYK Percentages of Color #d988dd

%2
%38
%0
%13

Triadic Colors of #d988dd

#d988dd #ddd988 #88ddd9

Analogous Colors of #d988dd

#d988dd #dd88b7 #af88dd

Monochromatic Colors of #d988dd

#d988dd

Complementary Color

#d988dd #8cdd88

#d988dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d988dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d988dd Color CSS Codes

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

#d988dd Text Font Color

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

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


#d988dd Background Color

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

This div background color is #d988dd


#d988dd Border Color

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

This div border color is #d988dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d988dd


Comments

No comments written yet.

Please login to write comment.