Color Hex Logo

#db85eb Color Hex

#DB85EB
(219,133,235)
0 Favorites   0 Comments

Color spaces of #db85eb

RGB 219133235
HSL0.810.720.72
HSV291°43°92°
CMYK 0.070.430.00   0.08
XYZ52.596337.833383.1277
Yxy37.83330.30300.2180
Hunter Lab61.508844.9954-37.0729
CIE-Lab67.897648.8685-38.1416

#db85eb color RGB value is (219,133,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000101 11101011
Octal 333 205 353
Decimal 219 133 235
Hex DB 85 EB

RGB Percentages of Color #db85eb

%37.31
%22.66
%40.03

CMYK Percentages of Color #db85eb

%7
%43
%0
%8

Triadic Colors of #db85eb

#db85eb #ebdb85 #85ebdb

Analogous Colors of #db85eb

#db85eb #eb85c8 #a885eb

Monochromatic Colors of #db85eb

#db85eb

Complementary Color

#db85eb #95eb85

#db85eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db85eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db85eb Color CSS Codes

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

#db85eb Text Font Color

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

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


#db85eb Background Color

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

This div background color is #db85eb


#db85eb Border Color

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

This div border color is #db85eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db85eb


Comments

No comments written yet.

Please login to write comment.