Color Hex Logo

#e365fe Color Hex

#E365FE
(227,101,254)
0 Favorites   0 Comments

Color spaces of #e365fe

RGB 227101254
HSL0.800.990.70
HSV289°60°100°
CMYK 0.110.600.00   0.00
XYZ54.221632.794097.2380
Yxy32.79400.29430.1780
Hunter Lab57.266068.7948-60.5885
CIE-Lab63.993869.8808-54.6793

#e365fe color RGB value is (227,101,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01100101 11111110
Octal 343 145 376
Decimal 227 101 254
Hex E3 65 FE

RGB Percentages of Color #e365fe

%39.00
%17.35
%43.64

CMYK Percentages of Color #e365fe

%11
%60
%0
%0

Triadic Colors of #e365fe

#e365fe #fee365 #65fee3

Analogous Colors of #e365fe

#e365fe #fe65cd #9765fe

Monochromatic Colors of #e365fe

#e365fe

Complementary Color

#e365fe #80fe65

#e365fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e365fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e365fe Color CSS Codes

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

#e365fe Text Font Color

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

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


#e365fe Background Color

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

This div background color is #e365fe


#e365fe Border Color

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

This div border color is #e365fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e365fe

Related Colors


Comments

No comments written yet.

Please login to write comment.