Color Hex Logo

#db76eb Color Hex

#DB76EB
(219,118,235)
0 Favorites   0 Comments

Color spaces of #db76eb

RGB 219118235
HSL0.810.750.69
HSV292°50°92°
CMYK 0.070.500.00   0.08
XYZ50.687234.015182.4913
Yxy34.01510.30320.2034
Hunter Lab58.322553.0674-43.0341
CIE-Lab64.974656.4398-42.7136

#db76eb color RGB value is (219,118,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110110 11101011
Octal 333 166 353
Decimal 219 118 235
Hex DB 76 EB

RGB Percentages of Color #db76eb

%38.29
%20.63
%41.08

CMYK Percentages of Color #db76eb

%7
%50
%0
%8

Triadic Colors of #db76eb

#db76eb #ebdb76 #76ebdb

Analogous Colors of #db76eb

#db76eb #eb76c1 #a176eb

Monochromatic Colors of #db76eb

#db76eb

Complementary Color

#db76eb #86eb76

#db76eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db76eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db76eb Color CSS Codes

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

#db76eb Text Font Color

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

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


#db76eb Background Color

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

This div background color is #db76eb


#db76eb Border Color

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

This div border color is #db76eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db76eb


Comments

No comments written yet.

Please login to write comment.