Color Hex Logo

#db86eb Color Hex

#DB86EB
(219,134,235)
0 Favorites   0 Comments

Color spaces of #db86eb

RGB 219134235
HSL0.810.720.72
HSV290°43°92°
CMYK 0.070.430.00   0.08
XYZ52.733938.108483.1735
Yxy38.10840.30300.2190
Hunter Lab61.732044.4507-36.6709
CIE-Lab68.100448.3518-37.8254

#db86eb color RGB value is (219,134,235).

#db86eb hex color red value is 219, green value is 134 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #db86eb hue: 0.81 , saturation: 0.72 and the lightness value of db86eb is 0.72.

The process color (four color CMYK) of #db86eb color hex is 0.07, 0.43, 0.00, 0.08. Web safe color of #db86eb is #cc99ff. Color #db86eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000110 11101011
Octal 333 206 353
Decimal 219 134 235
Hex DB 86 EB

RGB Percentages of Color #db86eb

%37.24
%22.79
%39.97

CMYK Percentages of Color #db86eb

%7
%43
%0
%8

Triadic Colors of #db86eb

#db86eb #ebdb86 #86ebdb

Analogous Colors of #db86eb

#db86eb #eb86c9 #a986eb

Monochromatic Colors of #db86eb

#db86eb

Complementary Color

#db86eb #96eb86

#db86eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db86eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db86eb Color CSS Codes

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

#db86eb Text Font Color

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

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


#db86eb Background Color

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

This div background color is #db86eb


#db86eb Border Color

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

This div border color is #db86eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db86eb


Comments

No comments written yet.

Please login to write comment.