Color Hex Logo

#db71eb Color Hex

#DB71EB
(219,113,235)
0 Favorites   0 Comments

Color spaces of #db71eb

RGB 219113235
HSL0.810.750.68
HSV292°52°92°
CMYK 0.070.520.00   0.08
XYZ50.113932.868582.3002
Yxy32.86850.30320.1989
Hunter Lab57.331155.7001-44.9806
CIE-Lab64.054358.8720-44.1594

#db71eb color RGB value is (219,113,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110001 11101011
Octal 333 161 353
Decimal 219 113 235
Hex DB 71 EB

RGB Percentages of Color #db71eb

%38.62
%19.93
%41.45

CMYK Percentages of Color #db71eb

%7
%52
%0
%8

Triadic Colors of #db71eb

#db71eb #ebdb71 #71ebdb

Analogous Colors of #db71eb

#db71eb #eb71be #9e71eb

Monochromatic Colors of #db71eb

#db71eb

Complementary Color

#db71eb #81eb71

#db71eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db71eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db71eb Color CSS Codes

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

#db71eb Text Font Color

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

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


#db71eb Background Color

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

This div background color is #db71eb


#db71eb Border Color

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

This div border color is #db71eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db71eb


Comments

No comments written yet.

Please login to write comment.