Color Hex Logo

#db14aa Color Hex

#DB14AA
(219,20,170)
0 Favorites   0 Comments

Color spaces of #db14aa

RGB 21920170
HSL0.870.830.47
HSV315°91°86°
CMYK 0.000.910.22   0.14
XYZ36.719318.462739.6585
Yxy18.46270.38720.1947
Hunter Lab42.968277.3460-24.6453
CIE-Lab50.052679.4476-28.9471

#db14aa color RGB value is (219,20,170).

#db14aa hex color red value is 219, green value is 20 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #db14aa hue: 0.87 , saturation: 0.83 and the lightness value of db14aa is 0.47.

The process color (four color CMYK) of #db14aa color hex is 0.00, 0.91, 0.22, 0.14. Web safe color of #db14aa is #cc0099. Color #db14aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010100 10101010
Octal 333 24 252
Decimal 219 20 170
Hex DB 14 AA

RGB Percentages of Color #db14aa

%53.55
%4.89
%41.56

CMYK Percentages of Color #db14aa

%0
%91
%22
%14

Triadic Colors of #db14aa

#db14aa #aadb14 #14aadb

Analogous Colors of #db14aa

#db14aa #db1446 #a914db

Monochromatic Colors of #db14aa

#db14aa

Complementary Color

#db14aa #14db45

#db14aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db14aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db14aa Color CSS Codes

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

#db14aa Text Font Color

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

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


#db14aa Background Color

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

This div background color is #db14aa


#db14aa Border Color

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

This div border color is #db14aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db14aa


Comments

No comments written yet.

Please login to write comment.