Color Hex Logo

#db25aa Color Hex

#DB25AA
(219,37,170)
0 Favorites   0 Comments

Color spaces of #db25aa

RGB 21937170
HSL0.880.720.50
HSV316°83°86°
CMYK 0.000.830.22   0.14
XYZ37.130719.285539.7957
Yxy19.28550.38590.2004
Hunter Lab43.915374.0715-22.9875
CIE-Lab51.019676.6345-27.4444

#db25aa color RGB value is (219,37,170).

#db25aa hex color red value is 219, green value is 37 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #db25aa hue: 0.88 , saturation: 0.72 and the lightness value of db25aa is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100101 10101010
Octal 333 45 252
Decimal 219 37 170
Hex DB 25 AA

RGB Percentages of Color #db25aa

%51.41
%8.69
%39.91

CMYK Percentages of Color #db25aa

%0
%83
%22
%14

Triadic Colors of #db25aa

#db25aa #aadb25 #25aadb

Analogous Colors of #db25aa

#db25aa #db254f #b125db

Monochromatic Colors of #db25aa

#db25aa

Complementary Color

#db25aa #25db56

#db25aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db25aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db25aa Color CSS Codes

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

#db25aa Text Font Color

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

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


#db25aa Background Color

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

This div background color is #db25aa


#db25aa Border Color

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

This div border color is #db25aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db25aa


Comments

No comments written yet.

Please login to write comment.