Color Hex Logo

#db38eb Color Hex

#DB38EB
(219,56,235)
0 Favorites   0 Comments

Color spaces of #db38eb

RGB 21956235
HSL0.820.820.57
HSV295°76°92°
CMYK 0.070.760.00   0.08
XYZ45.623023.886680.8032
Yxy23.88660.30350.1589
Hunter Lab48.873981.0975-63.8124
CIE-Lab55.974181.2549-56.9794

#db38eb color RGB value is (219,56,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111000 11101011
Octal 333 70 353
Decimal 219 56 235
Hex DB 38 EB

RGB Percentages of Color #db38eb

%42.94
%10.98
%46.08

CMYK Percentages of Color #db38eb

%7
%76
%0
%8

Triadic Colors of #db38eb

#db38eb #ebdb38 #38ebdb

Analogous Colors of #db38eb

#db38eb #eb38a2 #8238eb

Monochromatic Colors of #db38eb

#db38eb

Complementary Color

#db38eb #48eb38

#db38eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db38eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db38eb Color CSS Codes

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

#db38eb Text Font Color

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

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


#db38eb Background Color

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

This div background color is #db38eb


#db38eb Border Color

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

This div border color is #db38eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db38eb


Comments

No comments written yet.

Please login to write comment.