Color Hex Logo

#db51aa Color Hex

#DB51AA
(219,81,170)
0 Favorites   0 Comments

Color spaces of #db51aa

RGB 21981170
HSL0.890.660.59
HSV321°63°86°
CMYK 0.000.630.22   0.14
XYZ39.411523.847240.5560
Yxy23.84720.37960.2297
Hunter Lab48.833658.6009-15.0565
CIE-Lab55.934562.7853-19.8753

#db51aa color RGB value is (219,81,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010001 10101010
Octal 333 121 252
Decimal 219 81 170
Hex DB 51 AA

RGB Percentages of Color #db51aa

%46.60
%17.23
%36.17

CMYK Percentages of Color #db51aa

%0
%63
%22
%14

Triadic Colors of #db51aa

#db51aa #aadb51 #51aadb

Analogous Colors of #db51aa

#db51aa #db5165 #c751db

Monochromatic Colors of #db51aa

#db51aa

Complementary Color

#db51aa #51db82

#db51aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db51aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db51aa Color CSS Codes

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

#db51aa Text Font Color

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

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


#db51aa Background Color

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

This div background color is #db51aa


#db51aa Border Color

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

This div border color is #db51aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db51aa


Comments

No comments written yet.

Please login to write comment.