Color Hex Logo

#db71aa Color Hex

#DB71AA
(219,113,170)
0 Favorites   0 Comments

Color spaces of #db71aa

RGB 219113170
HSL0.910.600.65
HSV328°48°86°
CMYK 0.000.480.22   0.14
XYZ42.374229.772641.5435
Yxy29.77260.37270.2619
Hunter Lab54.564343.1343-6.9465
CIE-Lab61.457548.0971-11.5114

#db71aa color RGB value is (219,113,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110001 10101010
Octal 333 161 252
Decimal 219 113 170
Hex DB 71 AA

RGB Percentages of Color #db71aa

%43.63
%22.51
%33.86

CMYK Percentages of Color #db71aa

%0
%48
%22
%14

Triadic Colors of #db71aa

#db71aa #aadb71 #71aadb

Analogous Colors of #db71aa

#db71aa #db7175 #d771db

Monochromatic Colors of #db71aa

#db71aa

Complementary Color

#db71aa #71dba2

#db71aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db71aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db71aa Color CSS Codes

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

#db71aa Text Font Color

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

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


#db71aa Background Color

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

This div background color is #db71aa


#db71aa Border Color

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

This div border color is #db71aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db71aa


Comments

No comments written yet.

Please login to write comment.