Color Hex Logo

#e332fe Color Hex

#E332FE
(227,50,254)
0 Favorites   0 Comments

Color spaces of #e332fe

RGB 22750254
HSL0.810.990.60
HSV292°80°100°
CMYK 0.110.800.00   0.00
XYZ50.708525.767996.0670
Yxy25.76790.29390.1493
Hunter Lab50.762189.4779-76.6726
CIE-Lab57.816187.3521-64.5542

#e332fe color RGB value is (227,50,254).

#e332fe hex color red value is 227, green value is 50 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e332fe hue: 0.81 , saturation: 0.99 and the lightness value of e332fe is 0.60.

The process color (four color CMYK) of #e332fe color hex is 0.11, 0.80, 0.00, 0.00. Web safe color of #e332fe is #cc33ff. Color #e332fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110010 11111110
Octal 343 62 376
Decimal 227 50 254
Hex E3 32 FE

RGB Percentages of Color #e332fe

%42.75
%9.42
%47.83

CMYK Percentages of Color #e332fe

%11
%80
%0
%0

Triadic Colors of #e332fe

#e332fe #fee332 #32fee3

Analogous Colors of #e332fe

#e332fe #fe32b3 #7d32fe

Monochromatic Colors of #e332fe

#e332fe

Complementary Color

#e332fe #4dfe32

#e332fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e332fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e332fe Color CSS Codes

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

#e332fe Text Font Color

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

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


#e332fe Background Color

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

This div background color is #e332fe


#e332fe Border Color

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

This div border color is #e332fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,50,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e332fe


Comments

No comments written yet.

Please login to write comment.