Color Hex Logo

#e360fe Color Hex

#E360FE
(227,96,254)
0 Favorites   0 Comments

Color spaces of #e360fe

RGB 22796254
HSL0.800.990.69
HSV290°62°100°
CMYK 0.110.620.00   0.00
XYZ53.750831.852497.0811
Yxy31.85240.29420.1744
Hunter Lab56.437971.2349-62.4805
CIE-Lab63.220772.0092-55.9085

#e360fe color RGB value is (227,96,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01100000 11111110
Octal 343 140 376
Decimal 227 96 254
Hex E3 60 FE

RGB Percentages of Color #e360fe

%39.34
%16.64
%44.02

CMYK Percentages of Color #e360fe

%11
%62
%0
%0

Triadic Colors of #e360fe

#e360fe #fee360 #60fee3

Analogous Colors of #e360fe

#e360fe #fe60ca #9460fe

Monochromatic Colors of #e360fe

#e360fe

Complementary Color

#e360fe #7bfe60

#e360fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e360fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e360fe Color CSS Codes

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

#e360fe Text Font Color

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

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


#e360fe Background Color

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

This div background color is #e360fe


#e360fe Border Color

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

This div border color is #e360fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e360fe


Comments

No comments written yet.

Please login to write comment.