Color Hex Logo

#da6bdb Color Hex

#DA6BDB
(218,107,219)
0 Favorites   0 Comments

Color spaces of #da6bdb

RGB 218107219
HSL0.830.610.64
HSV299°51°86°
CMYK 0.000.510.00   0.14
XYZ46.957330.535370.4368
Yxy30.53530.31740.2064
Hunter Lab55.258854.9813-36.8942
CIE-Lab62.113458.5724-38.2941

#da6bdb color RGB value is (218,107,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101011 11011011
Octal 332 153 333
Decimal 218 107 219
Hex DA 6B DB

RGB Percentages of Color #da6bdb

%40.07
%19.67
%40.26

CMYK Percentages of Color #da6bdb

%0
%51
%0
%14

Triadic Colors of #da6bdb

#da6bdb #dbda6b #6bdbda

Analogous Colors of #da6bdb

#da6bdb #db6ba4 #a26bdb

Monochromatic Colors of #da6bdb

#da6bdb

Complementary Color

#da6bdb #6cdb6b

#da6bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6bdb Color CSS Codes

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

#da6bdb Text Font Color

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

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


#da6bdb Background Color

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

This div background color is #da6bdb


#da6bdb Border Color

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

This div border color is #da6bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6bdb


Comments

No comments written yet.

Please login to write comment.