Color Hex Logo

#db49aa Color Hex

#DB49AA
(219,73,170)
0 Favorites   0 Comments

Color spaces of #db49aa

RGB 21973170
HSL0.890.670.57
HSV320°67°86°
CMYK 0.000.670.22   0.14
XYZ38.851722.727440.3693
Yxy22.72740.38110.2229
Hunter Lab47.673362.0418-16.8350
CIE-Lab54.790465.9428-21.6267

#db49aa color RGB value is (219,73,170).

#db49aa hex color red value is 219, green value is 73 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #db49aa hue: 0.89 , saturation: 0.67 and the lightness value of db49aa is 0.57.

The process color (four color CMYK) of #db49aa color hex is 0.00, 0.67, 0.22, 0.14. Web safe color of #db49aa is #cc3399. Color #db49aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001001 10101010
Octal 333 111 252
Decimal 219 73 170
Hex DB 49 AA

RGB Percentages of Color #db49aa

%47.40
%15.80
%36.80

CMYK Percentages of Color #db49aa

%0
%67
%22
%14

Triadic Colors of #db49aa

#db49aa #aadb49 #49aadb

Analogous Colors of #db49aa

#db49aa #db4961 #c349db

Monochromatic Colors of #db49aa

#db49aa

Complementary Color

#db49aa #49db7a

#db49aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db49aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db49aa Color CSS Codes

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

#db49aa Text Font Color

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

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


#db49aa Background Color

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

This div background color is #db49aa


#db49aa Border Color

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

This div border color is #db49aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db49aa


Comments

No comments written yet.

Please login to write comment.