Color Hex Logo

#e354fe Color Hex

#E354FE
(227,84,254)
0 Favorites   0 Comments

Color spaces of #e354fe

RGB 22784254
HSL0.810.990.66
HSV290°67°100°
CMYK 0.110.670.00   0.00
XYZ52.738329.827396.7436
Yxy29.82730.29410.1663
Hunter Lab54.614476.7931-66.7959
CIE-Lab61.504976.7921-58.6434

#e354fe color RGB value is (227,84,254).

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

The process color (four color CMYK) of #e354fe color hex is 0.11, 0.67, 0.00, 0.00. Web safe color of #e354fe is #cc66ff. Color #e354fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010100 11111110
Octal 343 124 376
Decimal 227 84 254
Hex E3 54 FE

RGB Percentages of Color #e354fe

%40.18
%14.87
%44.96

CMYK Percentages of Color #e354fe

%11
%67
%0
%0

Triadic Colors of #e354fe

#e354fe #fee354 #54fee3

Analogous Colors of #e354fe

#e354fe #fe54c4 #8e54fe

Monochromatic Colors of #e354fe

#e354fe

Complementary Color

#e354fe #6ffe54

#e354fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e354fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e354fe Color CSS Codes

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

#e354fe Text Font Color

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

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


#e354fe Background Color

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

This div background color is #e354fe


#e354fe Border Color

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

This div border color is #e354fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e354fe


Comments

No comments written yet.

Please login to write comment.