Color Hex Logo

#db32eb Color Hex

#DB32EB
(219,50,235)
0 Favorites   0 Comments

Color spaces of #db32eb

RGB 21950235
HSL0.820.820.56
HSV295°79°92°
CMYK 0.070.790.00   0.08
XYZ45.349423.339480.7120
Yxy23.33940.30350.1562
Hunter Lab48.310983.0139-65.2370
CIE-Lab55.420282.8581-57.8662

#db32eb color RGB value is (219,50,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110010 11101011
Octal 333 62 353
Decimal 219 50 235
Hex DB 32 EB

RGB Percentages of Color #db32eb

%43.45
%9.92
%46.63

CMYK Percentages of Color #db32eb

%7
%79
%0
%8

Triadic Colors of #db32eb

#db32eb #ebdb32 #32ebdb

Analogous Colors of #db32eb

#db32eb #eb329f #7f32eb

Monochromatic Colors of #db32eb

#db32eb

Complementary Color

#db32eb #42eb32

#db32eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db32eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db32eb Color CSS Codes

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

#db32eb Text Font Color

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

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


#db32eb Background Color

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

This div background color is #db32eb


#db32eb Border Color

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

This div border color is #db32eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db32eb


Comments

No comments written yet.

Please login to write comment.