Color Hex Logo

#e829eb Color Hex

#E829EB
(232,41,235)
0 Favorites   0 Comments

Color spaces of #e829eb

RGB 23241235
HSL0.830.830.54
HSV299°83°92°
CMYK 0.010.830.00   0.08
XYZ49.067024.739880.7864
Yxy24.73980.31740.1600
Hunter Lab49.739189.0445-61.4816
CIE-Lab56.821087.2173-55.5066

#e829eb color RGB value is (232,41,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00101001 11101011
Octal 350 51 353
Decimal 232 41 235
Hex E8 29 EB

RGB Percentages of Color #e829eb

%45.67
%8.07
%46.26

CMYK Percentages of Color #e829eb

%1
%83
%0
%8

Triadic Colors of #e829eb

#e829eb #ebe829 #29ebe8

Analogous Colors of #e829eb

#e829eb #eb298d #8729eb

Monochromatic Colors of #e829eb

#e829eb

Complementary Color

#e829eb #2ceb29

#e829eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e829eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e829eb Color CSS Codes

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

#e829eb Text Font Color

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

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


#e829eb Background Color

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

This div background color is #e829eb


#e829eb Border Color

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

This div border color is #e829eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e829eb


Comments

No comments written yet.

Please login to write comment.