Color Hex Logo

#db28eb Color Hex

#DB28EB
(219,40,235)
0 Favorites   0 Comments

Color spaces of #db28eb

RGB 21940235
HSL0.820.830.54
HSV295°83°92°
CMYK 0.070.830.00   0.08
XYZ44.967622.575880.5848
Yxy22.57580.30360.1524
Hunter Lab47.514085.7842-67.2974
CIE-Lab54.632785.1531-59.1289

#db28eb color RGB value is (219,40,235).

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

The process color (four color CMYK) of #db28eb color hex is 0.07, 0.83, 0.00, 0.08. Web safe color of #db28eb is #cc33ff. Color #db28eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101000 11101011
Octal 333 50 353
Decimal 219 40 235
Hex DB 28 EB

RGB Percentages of Color #db28eb

%44.33
%8.10
%47.57

CMYK Percentages of Color #db28eb

%7
%83
%0
%8

Triadic Colors of #db28eb

#db28eb #ebdb28 #28ebdb

Analogous Colors of #db28eb

#db28eb #eb289a #7a28eb

Monochromatic Colors of #db28eb

#db28eb

Complementary Color

#db28eb #38eb28

#db28eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db28eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db28eb Color CSS Codes

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

#db28eb Text Font Color

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

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


#db28eb Background Color

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

This div background color is #db28eb


#db28eb Border Color

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

This div border color is #db28eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db28eb


Comments

No comments written yet.

Please login to write comment.