Color Hex Logo

#da6edb Color Hex

#DA6EDB
(218,110,219)
0 Favorites   0 Comments

Color spaces of #da6edb

RGB 218110219
HSL0.830.600.65
HSV299°50°86°
CMYK 0.000.500.00   0.14
XYZ47.275631.171870.5429
Yxy31.17180.31730.2092
Hunter Lab55.831753.4397-35.8302
CIE-Lab62.652457.1401-37.4515

#da6edb color RGB value is (218,110,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101110 11011011
Octal 332 156 333
Decimal 218 110 219
Hex DA 6E DB

RGB Percentages of Color #da6edb

%39.85
%20.11
%40.04

CMYK Percentages of Color #da6edb

%0
%50
%0
%14

Triadic Colors of #da6edb

#da6edb #dbda6e #6edbda

Analogous Colors of #da6edb

#da6edb #db6ea6 #a46edb

Monochromatic Colors of #da6edb

#da6edb

Complementary Color

#da6edb #6fdb6e

#da6edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6edb Color CSS Codes

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

#da6edb Text Font Color

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

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


#da6edb Background Color

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

This div background color is #da6edb


#da6edb Border Color

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

This div border color is #da6edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6edb


Comments

No comments written yet.

Please login to write comment.