Color Hex Logo

#d990de Color Hex

#D990DE
(217,144,222)
0 Favorites   0 Comments

Color spaces of #d990de

RGB 217144222
HSL0.820.540.72
HSV296°35°87°
CMYK 0.020.350.00   0.13
XYZ51.773339.972274.0939
Yxy39.97220.31220.2410
Hunter Lab63.223635.5310-25.2275
CIE-Lab69.449740.0259-28.5884

#d990de color RGB value is (217,144,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010000 11011110
Octal 331 220 336
Decimal 217 144 222
Hex D9 90 DE

RGB Percentages of Color #d990de

%37.22
%24.70
%38.08

CMYK Percentages of Color #d990de

%2
%35
%0
%13

Triadic Colors of #d990de

#d990de #ded990 #90ded9

Analogous Colors of #d990de

#d990de #de90bc #b290de

Monochromatic Colors of #d990de

#d990de

Complementary Color

#d990de #95de90

#d990de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d990de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d990de Color CSS Codes

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

#d990de Text Font Color

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

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


#d990de Background Color

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

This div background color is #d990de


#d990de Border Color

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

This div border color is #d990de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d990de


Comments

No comments written yet.

Please login to write comment.