Color Hex Logo

#db70aa Color Hex

#DB70AA
(219,112,170)
0 Favorites   0 Comments

Color spaces of #db70aa

RGB 219112170
HSL0.910.600.65
HSV327°49°86°
CMYK 0.000.490.22   0.14
XYZ42.263329.550741.5065
Yxy29.55070.37300.2608
Hunter Lab54.360643.6461-7.2179
CIE-Lab61.264648.5951-11.8010

#db70aa color RGB value is (219,112,170).

#db70aa hex color red value is 219, green value is 112 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #db70aa hue: 0.91 , saturation: 0.60 and the lightness value of db70aa is 0.65.

The process color (four color CMYK) of #db70aa color hex is 0.00, 0.49, 0.22, 0.14. Web safe color of #db70aa is #cc6699. Color #db70aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110000 10101010
Octal 333 160 252
Decimal 219 112 170
Hex DB 70 AA

RGB Percentages of Color #db70aa

%43.71
%22.36
%33.93

CMYK Percentages of Color #db70aa

%0
%49
%22
%14

Triadic Colors of #db70aa

#db70aa #aadb70 #70aadb

Analogous Colors of #db70aa

#db70aa #db7075 #d770db

Monochromatic Colors of #db70aa

#db70aa

Complementary Color

#db70aa #70dba1

#db70aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db70aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db70aa Color CSS Codes

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

#db70aa Text Font Color

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

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


#db70aa Background Color

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

This div background color is #db70aa


#db70aa Border Color

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

This div border color is #db70aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db70aa


Comments

No comments written yet.

Please login to write comment.