Color Hex Logo

#e832eb Color Hex

#E832EB
(232,50,235)
0 Favorites   0 Comments

Color spaces of #e832eb

RGB 23250235
HSL0.830.820.56
HSV299°79°92°
CMYK 0.010.790.00   0.08
XYZ49.414725.435280.9023
Yxy25.43520.31730.1633
Hunter Lab50.433386.6364-59.8064
CIE-Lab57.497085.2487-54.4276

#e832eb color RGB value is (232,50,235).

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

The process color (four color CMYK) of #e832eb color hex is 0.01, 0.79, 0.00, 0.08. Web safe color of #e832eb is #ff33ff. Color #e832eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110010 11101011
Octal 350 62 353
Decimal 232 50 235
Hex E8 32 EB

RGB Percentages of Color #e832eb

%44.87
%9.67
%45.45

CMYK Percentages of Color #e832eb

%1
%79
%0
%8

Triadic Colors of #e832eb

#e832eb #ebe832 #32ebe8

Analogous Colors of #e832eb

#e832eb #eb3292 #8c32eb

Monochromatic Colors of #e832eb

#e832eb

Complementary Color

#e832eb #35eb32

#e832eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e832eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e832eb Color CSS Codes

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

#e832eb Text Font Color

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

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


#e832eb Background Color

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

This div background color is #e832eb


#e832eb Border Color

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

This div border color is #e832eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e832eb


Comments

No comments written yet.

Please login to write comment.