Color Hex Logo

#db81db Color Hex

#DB81DB
(219,129,219)
0 Favorites   0 Comments

Color spaces of #db81db

RGB 219129219
HSL0.830.560.68
HSV300°41°86°
CMYK 0.000.410.00   0.14
XYZ49.849935.875171.3150
Yxy35.87510.31740.2284
Hunter Lab59.895843.7437-28.6666
CIE-Lab66.424447.9455-31.5772

#db81db color RGB value is (219,129,219).

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

The process color (four color CMYK) of #db81db color hex is 0.00, 0.41, 0.00, 0.14. Web safe color of #db81db is #cc99cc. Color #db81db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000001 11011011
Octal 333 201 333
Decimal 219 129 219
Hex DB 81 DB

RGB Percentages of Color #db81db

%38.62
%22.75
%38.62

CMYK Percentages of Color #db81db

%0
%41
%0
%14

Triadic Colors of #db81db

#db81db #dbdb81 #81dbdb

Analogous Colors of #db81db

#db81db #db81ae #ae81db

Monochromatic Colors of #db81db

#db81db

Complementary Color

#db81db #81db81

#db81db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db81db Color Preview on White Background

Lorem ipsum dolor sit amet.

#db81db Color CSS Codes

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

#db81db Text Font Color

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

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


#db81db Background Color

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

This div background color is #db81db


#db81db Border Color

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

This div border color is #db81db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db81db


Comments

No comments written yet.

Please login to write comment.