Color Hex Logo

#da80db Color Hex

#DA80DB
(218,128,219)
0 Favorites   0 Comments

Color spaces of #da80db

RGB 218128219
HSL0.830.560.68
HSV299°42°86°
CMYK 0.000.420.00   0.14
XYZ49.418835.458271.2573
Yxy35.45820.31650.2271
Hunter Lab59.546843.9330-29.2673
CIE-Lab66.103948.1614-32.0830

#da80db color RGB value is (218,128,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000000 11011011
Octal 332 200 333
Decimal 218 128 219
Hex DA 80 DB

RGB Percentages of Color #da80db

%38.58
%22.65
%38.76

CMYK Percentages of Color #da80db

%0
%42
%0
%14

Triadic Colors of #da80db

#da80db #dbda80 #80dbda

Analogous Colors of #da80db

#da80db #db80af #ad80db

Monochromatic Colors of #da80db

#da80db

Complementary Color

#da80db #81db80

#da80db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da80db Color Preview on White Background

Lorem ipsum dolor sit amet.

#da80db Color CSS Codes

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

#da80db Text Font Color

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

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


#da80db Background Color

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

This div background color is #da80db


#da80db Border Color

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

This div border color is #da80db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da80db


Comments

No comments written yet.

Please login to write comment.