Color Hex Logo

#db8edb Color Hex

#DB8EDB
(219,142,219)
0 Favorites   0 Comments

Color spaces of #db8edb

RGB 219142219
HSL0.830.520.71
HSV300°35°86°
CMYK 0.000.350.00   0.14
XYZ51.672639.520571.9226
Yxy39.52050.31680.2423
Hunter Lab62.865336.7050-23.8264
CIE-Lab69.126641.1536-27.4100

#db8edb color RGB value is (219,142,219).

#db8edb hex color red value is 219, green value is 142 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #db8edb hue: 0.83 , saturation: 0.52 and the lightness value of db8edb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001110 11011011
Octal 333 216 333
Decimal 219 142 219
Hex DB 8E DB

RGB Percentages of Color #db8edb

%37.76
%24.48
%37.76

CMYK Percentages of Color #db8edb

%0
%35
%0
%14

Triadic Colors of #db8edb

#db8edb #dbdb8e #8edbdb

Analogous Colors of #db8edb

#db8edb #db8eb5 #b58edb

Monochromatic Colors of #db8edb

#db8edb

Complementary Color

#db8edb #8edb8e

#db8edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8edb Color CSS Codes

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

#db8edb Text Font Color

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

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


#db8edb Background Color

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

This div background color is #db8edb


#db8edb Border Color

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

This div border color is #db8edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8edb


Comments

No comments written yet.

Please login to write comment.