Color Hex Logo

#e532eb Color Hex

#E532EB
(229,50,235)
0 Favorites   0 Comments

Color spaces of #e532eb

RGB 22950235
HSL0.830.820.56
HSV298°79°92°
CMYK 0.030.790.00   0.08
XYZ48.449124.937480.8571
Yxy24.93740.31410.1617
Hunter Lab49.937485.7899-61.0445
CIE-Lab57.014484.6930-55.2260

#e532eb color RGB value is (229,50,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110010 11101011
Octal 345 62 353
Decimal 229 50 235
Hex E5 32 EB

RGB Percentages of Color #e532eb

%44.55
%9.73
%45.72

CMYK Percentages of Color #e532eb

%3
%79
%0
%8

Triadic Colors of #e532eb

#e532eb #ebe532 #32ebe5

Analogous Colors of #e532eb

#e532eb #eb3295 #8932eb

Monochromatic Colors of #e532eb

#e532eb

Complementary Color

#e532eb #38eb32

#e532eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e532eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e532eb Color CSS Codes

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

#e532eb Text Font Color

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

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


#e532eb Background Color

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

This div background color is #e532eb


#e532eb Border Color

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

This div border color is #e532eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e532eb


Comments

No comments written yet.

Please login to write comment.