Color Hex Logo

#d890cc Color Hex

#D890CC
(216,144,204)
0 Favorites   0 Comments

Color spaces of #d890cc

RGB 216144204
HSL0.860.480.71
HSV310°33°85°
CMYK 0.000.330.06   0.15
XYZ49.191238.905162.0435
Yxy38.90510.32760.2591
Hunter Lab62.374031.6196-15.3141
CIE-Lab68.682536.4285-19.8050

#d890cc color RGB value is (216,144,204).

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

The process color (four color CMYK) of #d890cc color hex is 0.00, 0.33, 0.06, 0.15. Web safe color of #d890cc is #cc99cc. Color #d890cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010000 11001100
Octal 330 220 314
Decimal 216 144 204
Hex D8 90 CC

RGB Percentages of Color #d890cc

%38.30
%25.53
%36.17

CMYK Percentages of Color #d890cc

%0
%33
%6
%15

Triadic Colors of #d890cc

#d890cc #ccd890 #90ccd8

Analogous Colors of #d890cc

#d890cc #d890a8 #c090d8

Monochromatic Colors of #d890cc

#d890cc

Complementary Color

#d890cc #90d89c

#d890cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d890cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d890cc Color CSS Codes

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

#d890cc Text Font Color

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

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


#d890cc Background Color

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

This div background color is #d890cc


#d890cc Border Color

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

This div border color is #d890cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d890cc


Comments

No comments written yet.

Please login to write comment.