Color Hex Logo

#db15eb Color Hex

#DB15EB
(219,21,235)
0 Favorites   0 Comments

Color spaces of #db15eb

RGB 21921235
HSL0.820.840.50
HSV296°91°92°
CMYK 0.070.910.00   0.08
XYZ44.477021.594680.4212
Yxy21.59460.30360.1474
Hunter Lab46.470089.5221-70.0786
CIE-Lab53.594288.2073-60.7968

#db15eb color RGB value is (219,21,235).

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

The process color (four color CMYK) of #db15eb color hex is 0.07, 0.91, 0.00, 0.08. Web safe color of #db15eb is #cc00ff. Color #db15eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010101 11101011
Octal 333 25 353
Decimal 219 21 235
Hex DB 15 EB

RGB Percentages of Color #db15eb

%46.11
%4.42
%49.47

CMYK Percentages of Color #db15eb

%7
%91
%0
%8

Triadic Colors of #db15eb

#db15eb #ebdb15 #15ebdb

Analogous Colors of #db15eb

#db15eb #eb1590 #7015eb

Monochromatic Colors of #db15eb

#db15eb

Complementary Color

#db15eb #25eb15

#db15eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db15eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db15eb Color CSS Codes

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

#db15eb Text Font Color

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

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


#db15eb Background Color

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

This div background color is #db15eb


#db15eb Border Color

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

This div border color is #db15eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db15eb


Comments

No comments written yet.

Please login to write comment.