Color Hex Logo

#da5edb Color Hex

#DA5EDB
(218,94,219)
0 Favorites   0 Comments

Color spaces of #da5edb

RGB 21894219
HSL0.830.630.61
HSV300°57°86°
CMYK 0.000.570.00   0.14
XYZ45.702328.025370.0185
Yxy28.02530.31790.1950
Hunter Lab52.938961.4563-41.3614
CIE-Lab59.911664.5096-41.7471

#da5edb color RGB value is (218,94,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011110 11011011
Octal 332 136 333
Decimal 218 94 219
Hex DA 5E DB

RGB Percentages of Color #da5edb

%41.05
%17.70
%41.24

CMYK Percentages of Color #da5edb

%0
%57
%0
%14

Triadic Colors of #da5edb

#da5edb #dbda5e #5edbda

Analogous Colors of #da5edb

#da5edb #db5e9e #9c5edb

Monochromatic Colors of #da5edb

#da5edb

Complementary Color

#da5edb #5fdb5e

#da5edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5edb Color CSS Codes

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

#da5edb Text Font Color

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

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


#da5edb Background Color

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

This div background color is #da5edb


#da5edb Border Color

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

This div border color is #da5edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5edb


Comments

No comments written yet.

Please login to write comment.