Color Hex Logo

#db59eb Color Hex

#DB59EB
(219,89,235)
0 Favorites   0 Comments

Color spaces of #db59eb

RGB 21989235
HSL0.820.780.64
HSV293°62°92°
CMYK 0.070.620.00   0.08
XYZ47.781228.203081.5226
Yxy28.20300.30340.1791
Hunter Lab53.106567.6644-53.8402
CIE-Lab60.071769.6711-50.4503

#db59eb color RGB value is (219,89,235).

#db59eb hex color red value is 219, green value is 89 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #db59eb hue: 0.82 , saturation: 0.78 and the lightness value of db59eb is 0.64.

The process color (four color CMYK) of #db59eb color hex is 0.07, 0.62, 0.00, 0.08. Web safe color of #db59eb is #cc66ff. Color #db59eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011001 11101011
Octal 333 131 353
Decimal 219 89 235
Hex DB 59 EB

RGB Percentages of Color #db59eb

%40.33
%16.39
%43.28

CMYK Percentages of Color #db59eb

%7
%62
%0
%8

Triadic Colors of #db59eb

#db59eb #ebdb59 #59ebdb

Analogous Colors of #db59eb

#db59eb #eb59b2 #9259eb

Monochromatic Colors of #db59eb

#db59eb

Complementary Color

#db59eb #69eb59

#db59eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db59eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db59eb Color CSS Codes

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

#db59eb Text Font Color

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

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


#db59eb Background Color

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

This div background color is #db59eb


#db59eb Border Color

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

This div border color is #db59eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db59eb


Comments

No comments written yet.

Please login to write comment.