Color Hex Logo

#db72eb Color Hex

#DB72EB
(219,114,235)
0 Favorites   0 Comments

Color spaces of #db72eb

RGB 219114235
HSL0.810.750.68
HSV292°51°92°
CMYK 0.070.510.00   0.08
XYZ50.226133.092982.3376
Yxy33.09290.30320.1998
Hunter Lab57.526455.1764-44.5933
CIE-Lab64.236158.3897-43.8736

#db72eb color RGB value is (219,114,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110010 11101011
Octal 333 162 353
Decimal 219 114 235
Hex DB 72 EB

RGB Percentages of Color #db72eb

%38.56
%20.07
%41.37

CMYK Percentages of Color #db72eb

%7
%51
%0
%8

Triadic Colors of #db72eb

#db72eb #ebdb72 #72ebdb

Analogous Colors of #db72eb

#db72eb #eb72bf #9f72eb

Monochromatic Colors of #db72eb

#db72eb

Complementary Color

#db72eb #82eb72

#db72eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db72eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db72eb Color CSS Codes

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

#db72eb Text Font Color

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

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


#db72eb Background Color

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

This div background color is #db72eb


#db72eb Border Color

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

This div border color is #db72eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db72eb


Comments

No comments written yet.

Please login to write comment.