Color Hex Logo

#db5edb Color Hex

#DB5EDB
(219,94,219)
0 Favorites   0 Comments

Color spaces of #db5edb

RGB 21994219
HSL0.830.630.61
HSV300°57°86°
CMYK 0.000.570.00   0.14
XYZ46.002328.179970.0325
Yxy28.17990.31900.1954
Hunter Lab53.084761.7866-41.0595
CIE-Lab60.050964.7643-41.5184

#db5edb color RGB value is (219,94,219).

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

The process color (four color CMYK) of #db5edb color hex is 0.00, 0.57, 0.00, 0.14. Web safe color of #db5edb is #cc66cc. Color #db5edb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011110 11011011
Octal 333 136 333
Decimal 219 94 219
Hex DB 5E DB

RGB Percentages of Color #db5edb

%41.17
%17.67
%41.17

CMYK Percentages of Color #db5edb

%0
%57
%0
%14

Triadic Colors of #db5edb

#db5edb #dbdb5e #5edbdb

Analogous Colors of #db5edb

#db5edb #db5e9d #9d5edb

Monochromatic Colors of #db5edb

#db5edb

Complementary Color

#db5edb #5edb5e

#db5edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5edb Color CSS Codes

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

#db5edb Text Font Color

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

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


#db5edb Background Color

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

This div background color is #db5edb


#db5edb Border Color

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

This div border color is #db5edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5edb


Comments

No comments written yet.

Please login to write comment.