Color Hex Logo

#d890dc Color Hex

#D890DC
(216,144,220)
0 Favorites   0 Comments

Color spaces of #d890dc

RGB 216144220
HSL0.820.520.71
HSV297°35°86°
CMYK 0.020.350.00   0.14
XYZ51.210439.712872.6764
Yxy39.71280.31300.2427
Hunter Lab63.018134.7728-24.2643
CIE-Lab69.264539.3391-27.7787

#d890dc color RGB value is (216,144,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010000 11011100
Octal 330 220 334
Decimal 216 144 220
Hex D8 90 DC

RGB Percentages of Color #d890dc

%37.24
%24.83
%37.93

CMYK Percentages of Color #d890dc

%2
%35
%0
%14

Triadic Colors of #d890dc

#d890dc #dcd890 #90dcd8

Analogous Colors of #d890dc

#d890dc #dc90ba #b290dc

Monochromatic Colors of #d890dc

#d890dc

Complementary Color

#d890dc #94dc90

#d890dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d890dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d890dc Color CSS Codes

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

#d890dc Text Font Color

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

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


#d890dc Background Color

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

This div background color is #d890dc


#d890dc Border Color

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

This div border color is #d890dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d890dc


Comments

No comments written yet.

Please login to write comment.