Color Hex Logo

#db81eb Color Hex

#DB81EB
(219,129,235)
0 Favorites   0 Comments

Color spaces of #db81eb

RGB 219129235
HSL0.810.730.71
HSV291°45°92°
CMYK 0.070.450.00   0.08
XYZ52.059136.758782.9486
Yxy36.75870.30310.2140
Hunter Lab60.629047.1685-38.6765
CIE-Lab67.095650.9230-39.3929

#db81eb color RGB value is (219,129,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000001 11101011
Octal 333 201 353
Decimal 219 129 235
Hex DB 81 EB

RGB Percentages of Color #db81eb

%37.56
%22.13
%40.31

CMYK Percentages of Color #db81eb

%7
%45
%0
%8

Triadic Colors of #db81eb

#db81eb #ebdb81 #81ebdb

Analogous Colors of #db81eb

#db81eb #eb81c6 #a681eb

Monochromatic Colors of #db81eb

#db81eb

Complementary Color

#db81eb #91eb81

#db81eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db81eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db81eb Color CSS Codes

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

#db81eb Text Font Color

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

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


#db81eb Background Color

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

This div background color is #db81eb


#db81eb Border Color

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

This div border color is #db81eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db81eb


Comments

No comments written yet.

Please login to write comment.