Color Hex Logo

#db96eb Color Hex

#DB96EB
(219,150,235)
0 Favorites   0 Comments

Color spaces of #db96eb

RGB 219150235
HSL0.800.680.75
HSV289°36°92°
CMYK 0.070.360.00   0.08
XYZ55.115242.870983.9673
Yxy42.87090.30290.2356
Hunter Lab65.475935.6720-30.2013
CIE-Lab71.467339.9331-32.6003

#db96eb color RGB value is (219,150,235).

#db96eb hex color red value is 219, green value is 150 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #db96eb hue: 0.80 , saturation: 0.68 and the lightness value of db96eb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010110 11101011
Octal 333 226 353
Decimal 219 150 235
Hex DB 96 EB

RGB Percentages of Color #db96eb

%36.26
%24.83
%38.91

CMYK Percentages of Color #db96eb

%7
%36
%0
%8

Triadic Colors of #db96eb

#db96eb #ebdb96 #96ebdb

Analogous Colors of #db96eb

#db96eb #eb96d1 #b196eb

Monochromatic Colors of #db96eb

#db96eb

Complementary Color

#db96eb #a6eb96

#db96eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db96eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db96eb Color CSS Codes

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

#db96eb Text Font Color

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

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


#db96eb Background Color

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

This div background color is #db96eb


#db96eb Border Color

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

This div border color is #db96eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db96eb


Comments

No comments written yet.

Please login to write comment.