Color Hex Logo

#e336fe Color Hex

#E336FE
(227,54,254)
0 Favorites   0 Comments

Color spaces of #e336fe

RGB 22754254
HSL0.810.990.60
HSV292°79°100°
CMYK 0.110.790.00   0.00
XYZ50.887126.125096.1265
Yxy26.12500.29390.1509
Hunter Lab51.112688.2653-75.7267
CIE-Lab58.155586.3646-64.0086

#e336fe color RGB value is (227,54,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110110 11111110
Octal 343 66 376
Decimal 227 54 254
Hex E3 36 FE

RGB Percentages of Color #e336fe

%42.43
%10.09
%47.48

CMYK Percentages of Color #e336fe

%11
%79
%0
%0

Triadic Colors of #e336fe

#e336fe #fee336 #36fee3

Analogous Colors of #e336fe

#e336fe #fe36b5 #7f36fe

Monochromatic Colors of #e336fe

#e336fe

Complementary Color

#e336fe #51fe36

#e336fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e336fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e336fe Color CSS Codes

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

#e336fe Text Font Color

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

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


#e336fe Background Color

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

This div background color is #e336fe


#e336fe Border Color

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

This div border color is #e336fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e336fe


Comments

No comments written yet.

Please login to write comment.