Color Hex Logo

#db57aa Color Hex

#DB57AA
(219,87,170)
0 Favorites   0 Comments

Color spaces of #db57aa

RGB 21987170
HSL0.900.650.60
HSV322°60°86°
CMYK 0.000.600.22   0.14
XYZ39.877324.778740.7112
Yxy24.77870.37850.2352
Hunter Lab49.778255.8844-13.6457
CIE-Lab56.859260.2628-18.4644

#db57aa color RGB value is (219,87,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010111 10101010
Octal 333 127 252
Decimal 219 87 170
Hex DB 57 AA

RGB Percentages of Color #db57aa

%46.01
%18.28
%35.71

CMYK Percentages of Color #db57aa

%0
%60
%22
%14

Triadic Colors of #db57aa

#db57aa #aadb57 #57aadb

Analogous Colors of #db57aa

#db57aa #db5768 #ca57db

Monochromatic Colors of #db57aa

#db57aa

Complementary Color

#db57aa #57db88

#db57aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db57aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db57aa Color CSS Codes

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

#db57aa Text Font Color

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

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


#db57aa Background Color

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

This div background color is #db57aa


#db57aa Border Color

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

This div border color is #db57aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db57aa


Comments

No comments written yet.

Please login to write comment.