Color Hex Logo

#db9edb Color Hex

#DB9EDB
(219,158,219)
0 Favorites   0 Comments

Color spaces of #db9edb

RGB 219158219
HSL0.830.460.74
HSV300°28°86°
CMYK 0.000.280.00   0.14
XYZ54.226544.628372.7739
Yxy44.62830.31600.2600
Hunter Lab66.804427.9843-17.8249
CIE-Lab72.646532.5971-22.0258

#db9edb color RGB value is (219,158,219).

#db9edb hex color red value is 219, green value is 158 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #db9edb hue: 0.83 , saturation: 0.46 and the lightness value of db9edb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011110 11011011
Octal 333 236 333
Decimal 219 158 219
Hex DB 9E DB

RGB Percentages of Color #db9edb

%36.74
%26.51
%36.74

CMYK Percentages of Color #db9edb

%0
%28
%0
%14

Triadic Colors of #db9edb

#db9edb #dbdb9e #9edbdb

Analogous Colors of #db9edb

#db9edb #db9ebd #bd9edb

Monochromatic Colors of #db9edb

#db9edb

Complementary Color

#db9edb #9edb9e

#db9edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9edb Color CSS Codes

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

#db9edb Text Font Color

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

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


#db9edb Background Color

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

This div background color is #db9edb


#db9edb Border Color

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

This div border color is #db9edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9edb


Comments

No comments written yet.

Please login to write comment.