Color Hex Logo

#e861fe Color Hex

#E861FE
(232,97,254)
0 Favorites   0 Comments

Color spaces of #e861fe

RGB 23297254
HSL0.810.990.69
HSV292°62°100°
CMYK 0.090.620.00   0.00
XYZ55.442832.861097.1866
Yxy32.86100.29890.1772
Hunter Lab57.324572.3227-60.3917
CIE-Lab64.048272.7363-54.5515

#e861fe color RGB value is (232,97,254).

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

The process color (four color CMYK) of #e861fe color hex is 0.09, 0.62, 0.00, 0.00. Web safe color of #e861fe is #ff66ff. Color #e861fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01100001 11111110
Octal 350 141 376
Decimal 232 97 254
Hex E8 61 FE

RGB Percentages of Color #e861fe

%39.79
%16.64
%43.57

CMYK Percentages of Color #e861fe

%9
%62
%0
%0

Triadic Colors of #e861fe

#e861fe #fee861 #61fee8

Analogous Colors of #e861fe

#e861fe #fe61c6 #9a61fe

Monochromatic Colors of #e861fe

#e861fe

Complementary Color

#e861fe #77fe61

#e861fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e861fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e861fe Color CSS Codes

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

#e861fe Text Font Color

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

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


#e861fe Background Color

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

This div background color is #e861fe


#e861fe Border Color

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

This div border color is #e861fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e861fe


Comments

No comments written yet.

Please login to write comment.