Color Hex Logo

#db5add Color Hex

#DB5ADD
(219,90,221)
0 Favorites   0 Comments

Color spaces of #db5add

RGB 21990221
HSL0.830.660.61
HSV299°59°87°
CMYK 0.010.590.00   0.13
XYZ45.920727.592971.3123
Yxy27.59290.31710.1905
Hunter Lab52.528964.1187-43.7207
CIE-Lab59.519266.8241-43.4806

#db5add color RGB value is (219,90,221).

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

The process color (four color CMYK) of #db5add color hex is 0.01, 0.59, 0.00, 0.13. Web safe color of #db5add is #cc66cc. Color #db5add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011010 11011101
Octal 333 132 335
Decimal 219 90 221
Hex DB 5A DD

RGB Percentages of Color #db5add

%41.32
%16.98
%41.70

CMYK Percentages of Color #db5add

%1
%59
%0
%13

Triadic Colors of #db5add

#db5add #dddb5a #5adddb

Analogous Colors of #db5add

#db5add #dd5a9e #9a5add

Monochromatic Colors of #db5add

#db5add

Complementary Color

#db5add #5cdd5a

#db5add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5add Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5add Color CSS Codes

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

#db5add Text Font Color

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

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


#db5add Background Color

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

This div background color is #db5add


#db5add Border Color

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

This div border color is #db5add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5add


Comments

No comments written yet.

Please login to write comment.