Color Hex Logo

#db8eda Color Hex

#DB8EDA
(219,142,218)
0 Favorites   0 Comments

Color spaces of #db8eda

RGB 219142218
HSL0.840.520.71
HSV301°35°86°
CMYK 0.000.350.00   0.14
XYZ51.541339.468071.2312
Yxy39.46800.31770.2433
Hunter Lab62.823636.5026-23.2482
CIE-Lab69.088940.9702-26.9151

#db8eda color RGB value is (219,142,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001110 11011010
Octal 333 216 332
Decimal 219 142 218
Hex DB 8E DA

RGB Percentages of Color #db8eda

%37.82
%24.53
%37.65

CMYK Percentages of Color #db8eda

%0
%35
%0
%14

Triadic Colors of #db8eda

#db8eda #dadb8e #8edadb

Analogous Colors of #db8eda

#db8eda #db8eb4 #b68edb

Monochromatic Colors of #db8eda

#db8eda

Complementary Color

#db8eda #8edb8f

#db8eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8eda Color CSS Codes

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

#db8eda Text Font Color

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

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


#db8eda Background Color

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

This div background color is #db8eda


#db8eda Border Color

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

This div border color is #db8eda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,142,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #db8eda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8eda


Comments

No comments written yet.

Please login to write comment.