Color Hex Logo

#da86db Color Hex

#DA86DB
(218,134,219)
0 Favorites   0 Comments

Color spaces of #da86db

RGB 218134219
HSL0.830.540.69
HSV299°39°86°
CMYK 0.000.390.00   0.14
XYZ50.224737.070171.5259
Yxy37.07010.31620.2334
Hunter Lab60.885240.6969-27.0322
CIE-Lab67.329645.0518-30.1875

#da86db color RGB value is (218,134,219).

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

The process color (four color CMYK) of #da86db color hex is 0.00, 0.39, 0.00, 0.14. Web safe color of #da86db is #cc99cc. Color #da86db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000110 11011011
Octal 332 206 333
Decimal 218 134 219
Hex DA 86 DB

RGB Percentages of Color #da86db

%38.18
%23.47
%38.35

CMYK Percentages of Color #da86db

%0
%39
%0
%14

Triadic Colors of #da86db

#da86db #dbda86 #86dbda

Analogous Colors of #da86db

#da86db #db86b2 #b086db

Monochromatic Colors of #da86db

#da86db

Complementary Color

#da86db #87db86

#da86db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da86db Color Preview on White Background

Lorem ipsum dolor sit amet.

#da86db Color CSS Codes

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

#da86db Text Font Color

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

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


#da86db Background Color

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

This div background color is #da86db


#da86db Border Color

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

This div border color is #da86db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da86db


Comments

No comments written yet.

Please login to write comment.