Color Hex Logo

#da32eb Color Hex

#DA32EB
(218,50,235)
0 Favorites   0 Comments

Color spaces of #da32eb

RGB 21850235
HSL0.820.820.56
HSV294°79°92°
CMYK 0.070.790.00   0.08
XYZ45.049423.184880.6980
Yxy23.18480.30250.1557
Hunter Lab48.150682.7399-65.6617
CIE-Lab55.262282.6759-58.1282

#da32eb color RGB value is (218,50,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110010 11101011
Octal 332 62 353
Decimal 218 50 235
Hex DA 32 EB

RGB Percentages of Color #da32eb

%43.34
%9.94
%46.72

CMYK Percentages of Color #da32eb

%7
%79
%0
%8

Triadic Colors of #da32eb

#da32eb #ebda32 #32ebda

Analogous Colors of #da32eb

#da32eb #eb32a0 #7e32eb

Monochromatic Colors of #da32eb

#da32eb

Complementary Color

#da32eb #43eb32

#da32eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da32eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da32eb Color CSS Codes

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

#da32eb Text Font Color

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

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


#da32eb Background Color

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

This div background color is #da32eb


#da32eb Border Color

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

This div border color is #da32eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da32eb


Comments

No comments written yet.

Please login to write comment.