Color Hex Logo

#e329ea Color Hex

#E329EA
(227,41,234)
0 Favorites   0 Comments

Color spaces of #e329ea

RGB 22741234
HSL0.830.820.54
HSV298°82°92°
CMYK 0.030.820.00   0.08
XYZ47.322823.857379.9526
Yxy23.85730.31310.1579
Hunter Lab48.843987.4641-62.8610
CIE-Lab55.944686.1846-56.3925

#e329ea color RGB value is (227,41,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101001 11101010
Octal 343 51 352
Decimal 227 41 234
Hex E3 29 EA

RGB Percentages of Color #e329ea

%45.22
%8.17
%46.61

CMYK Percentages of Color #e329ea

%3
%82
%0
%8

Triadic Colors of #e329ea

#e329ea #eae329 #29eae3

Analogous Colors of #e329ea

#e329ea #ea2991 #8329ea

Monochromatic Colors of #e329ea

#e329ea

Complementary Color

#e329ea #30ea29

#e329ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e329ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e329ea Color CSS Codes

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

#e329ea Text Font Color

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

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


#e329ea Background Color

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

This div background color is #e329ea


#e329ea Border Color

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

This div border color is #e329ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e329ea


Comments

No comments written yet.

Please login to write comment.