Color Hex Logo

#db5aae Color Hex

#DB5AAE
(219,90,174)
0 Favorites   0 Comments

Color spaces of #db5aae

RGB 21990174
HSL0.890.640.61
HSV321°59°86°
CMYK 0.000.590.21   0.14
XYZ40.509625.428442.8175
Yxy25.42840.37250.2338
Hunter Lab50.426655.1494-15.0449
CIE-Lab57.490559.5096-19.8191

#db5aae color RGB value is (219,90,174).

#db5aae hex color red value is 219, green value is 90 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #db5aae hue: 0.89 , saturation: 0.64 and the lightness value of db5aae is 0.61.

The process color (four color CMYK) of #db5aae color hex is 0.00, 0.59, 0.21, 0.14. Web safe color of #db5aae is #cc6699. Color #db5aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011010 10101110
Octal 333 132 256
Decimal 219 90 174
Hex DB 5A AE

RGB Percentages of Color #db5aae

%45.34
%18.63
%36.02

CMYK Percentages of Color #db5aae

%0
%59
%21
%14

Triadic Colors of #db5aae

#db5aae #aedb5a #5aaedb

Analogous Colors of #db5aae

#db5aae #db5a6e #c85adb

Monochromatic Colors of #db5aae

#db5aae

Complementary Color

#db5aae #5adb87

#db5aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5aae Color CSS Codes

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

#db5aae Text Font Color

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

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


#db5aae Background Color

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

This div background color is #db5aae


#db5aae Border Color

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

This div border color is #db5aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,90,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #db5aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5aae


Comments

No comments written yet.

Please login to write comment.