Color Hex Logo

#e161fe Color Hex

#E161FE
(225,97,254)
0 Favorites   0 Comments

Color spaces of #e161fe

RGB 22597254
HSL0.800.990.69
HSV289°62°100°
CMYK 0.110.620.00   0.00
XYZ53.215431.712797.0823
Yxy31.71270.29240.1742
Hunter Lab56.314070.1286-62.7929
CIE-Lab63.104771.1317-56.1093

#e161fe color RGB value is (225,97,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100001 11111110
Octal 341 141 376
Decimal 225 97 254
Hex E1 61 FE

RGB Percentages of Color #e161fe

%39.06
%16.84
%44.10

CMYK Percentages of Color #e161fe

%11
%62
%0
%0

Triadic Colors of #e161fe

#e161fe #fee161 #61fee1

Analogous Colors of #e161fe

#e161fe #fe61cd #9361fe

Monochromatic Colors of #e161fe

#e161fe

Complementary Color

#e161fe #7efe61

#e161fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e161fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e161fe Color CSS Codes

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

#e161fe Text Font Color

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

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


#e161fe Background Color

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

This div background color is #e161fe


#e161fe Border Color

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

This div border color is #e161fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e161fe

Related Colors


Comments

No comments written yet.

Please login to write comment.