Color Hex Logo

#e829ea Color Hex

#E829EA
(232,41,234)
0 Favorites   0 Comments

Color spaces of #e829ea

RGB 23241234
HSL0.830.820.54
HSV299°82°92°
CMYK 0.010.820.00   0.08
XYZ48.922924.682280.0275
Yxy24.68220.31840.1607
Hunter Lab49.681288.8335-60.7288
CIE-Lab56.764587.0680-55.0354

#e829ea color RGB value is (232,41,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00101001 11101010
Octal 350 51 352
Decimal 232 41 234
Hex E8 29 EA

RGB Percentages of Color #e829ea

%45.76
%8.09
%46.15

CMYK Percentages of Color #e829ea

%1
%82
%0
%8

Triadic Colors of #e829ea

#e829ea #eae829 #29eae8

Analogous Colors of #e829ea

#e829ea #ea298c #8829ea

Monochromatic Colors of #e829ea

#e829ea

Complementary Color

#e829ea #2bea29

#e829ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e829ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e829ea Color CSS Codes

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

#e829ea Text Font Color

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

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


#e829ea Background Color

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

This div background color is #e829ea


#e829ea Border Color

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

This div border color is #e829ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,41,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e829ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e829ea


Comments

No comments written yet.

Please login to write comment.