Color Hex Logo

#d990dc Color Hex

#D990DC
(217,144,220)
0 Favorites   0 Comments

Color spaces of #d990dc

RGB 217144220
HSL0.830.520.71
HSV298°35°86°
CMYK 0.010.350.00   0.14
XYZ51.506839.865572.6903
Yxy39.86550.31390.2430
Hunter Lab63.139135.1209-24.0615
CIE-Lab69.373639.6520-27.6017

#d990dc color RGB value is (217,144,220).

#d990dc hex color red value is 217, green value is 144 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d990dc hue: 0.83 , saturation: 0.52 and the lightness value of d990dc is 0.71.

The process color (four color CMYK) of #d990dc color hex is 0.01, 0.35, 0.00, 0.14. Web safe color of #d990dc is #cc99cc. Color #d990dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010000 11011100
Octal 331 220 334
Decimal 217 144 220
Hex D9 90 DC

RGB Percentages of Color #d990dc

%37.35
%24.78
%37.87

CMYK Percentages of Color #d990dc

%1
%35
%0
%14

Triadic Colors of #d990dc

#d990dc #dcd990 #90dcd9

Analogous Colors of #d990dc

#d990dc #dc90b9 #b390dc

Monochromatic Colors of #d990dc

#d990dc

Complementary Color

#d990dc #93dc90

#d990dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d990dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d990dc Color CSS Codes

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

#d990dc Text Font Color

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

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


#d990dc Background Color

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

This div background color is #d990dc


#d990dc Border Color

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

This div border color is #d990dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,144,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d990dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d990dc


Comments

No comments written yet.

Please login to write comment.