Color Hex Logo

#e829ff Color Hex

#E829FF
(232,41,255)
0 Favorites   0 Comments

Color spaces of #e829ff

RGB 23241255
HSL0.821.000.58
HSV294°84°100°
CMYK 0.090.840.00   0.00
XYZ52.121625.961796.8717
Yxy25.96170.29790.1484
Hunter Lab50.952693.4281-77.0560
CIE-Lab58.000790.2889-64.7700

#e829ff color RGB value is (232,41,255).

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

The process color (four color CMYK) of #e829ff color hex is 0.09, 0.84, 0.00, 0.00. Web safe color of #e829ff is #ff33ff. Color #e829ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00101001 11111111
Octal 350 51 377
Decimal 232 41 255
Hex E8 29 FF

RGB Percentages of Color #e829ff

%43.94
%7.77
%48.30

CMYK Percentages of Color #e829ff

%9
%84
%0
%0

Triadic Colors of #e829ff

#e829ff #ffe829 #29ffe8

Analogous Colors of #e829ff

#e829ff #ff29ab #7d29ff

Monochromatic Colors of #e829ff

#e829ff

Complementary Color

#e829ff #40ff29

#e829ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e829ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e829ff Color CSS Codes

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

#e829ff Text Font Color

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

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


#e829ff Background Color

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

This div background color is #e829ff


#e829ff Border Color

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

This div border color is #e829ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e829ff

Related Colors

#e829ff Color Palettes


Comments

No comments written yet.

Please login to write comment.