Color Hex Logo

#db90aa Color Hex

#DB90AA
(219,144,170)
0 Favorites   0 Comments

Color spaces of #db90aa

RGB 219144170
HSL0.940.510.71
HSV339°34°86°
CMYK 0.000.340.22   0.14
XYZ46.442437.908942.8996
Yxy37.90890.36500.2979
Hunter Lab61.570226.89471.7883
CIE-Lab67.953431.9497-1.8731

#db90aa color RGB value is (219,144,170).

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

The process color (four color CMYK) of #db90aa color hex is 0.00, 0.34, 0.22, 0.14. Web safe color of #db90aa is #cc9999. Color #db90aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010000 10101010
Octal 333 220 252
Decimal 219 144 170
Hex DB 90 AA

RGB Percentages of Color #db90aa

%41.09
%27.02
%31.89

CMYK Percentages of Color #db90aa

%0
%34
%22
%14

Triadic Colors of #db90aa

#db90aa #aadb90 #90aadb

Analogous Colors of #db90aa

#db90aa #db9c90 #db90d0

Monochromatic Colors of #db90aa

#db90aa

Complementary Color

#db90aa #90dbc1

#db90aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db90aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db90aa Color CSS Codes

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

#db90aa Text Font Color

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

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


#db90aa Background Color

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

This div background color is #db90aa


#db90aa Border Color

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

This div border color is #db90aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db90aa


Comments

No comments written yet.

Please login to write comment.