Color Hex Logo

#db90cc Color Hex

#DB90CC
(219,144,204)
0 Favorites   0 Comments

Color spaces of #db90cc

RGB 219144204
HSL0.870.510.71
HSV312°34°86°
CMYK 0.000.340.07   0.14
XYZ50.085839.366262.0854
Yxy39.36620.33050.2598
Hunter Lab62.742532.6928-14.7493
CIE-Lab69.015737.4110-19.2678

#db90cc color RGB value is (219,144,204).

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

The process color (four color CMYK) of #db90cc color hex is 0.00, 0.34, 0.07, 0.14. Web safe color of #db90cc is #cc99cc. Color #db90cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010000 11001100
Octal 333 220 314
Decimal 219 144 204
Hex DB 90 CC

RGB Percentages of Color #db90cc

%38.62
%25.40
%35.98

CMYK Percentages of Color #db90cc

%0
%34
%7
%14

Triadic Colors of #db90cc

#db90cc #ccdb90 #90ccdb

Analogous Colors of #db90cc

#db90cc #db90a7 #c590db

Monochromatic Colors of #db90cc

#db90cc

Complementary Color

#db90cc #90db9f

#db90cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db90cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db90cc Color CSS Codes

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

#db90cc Text Font Color

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

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


#db90cc Background Color

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

This div background color is #db90cc


#db90cc Border Color

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

This div border color is #db90cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db90cc


Comments

No comments written yet.

Please login to write comment.