Color Hex Logo

#e261fe Color Hex

#E261FE
(226,97,254)
0 Favorites   0 Comments

Color spaces of #e261fe

RGB 22697254
HSL0.800.990.69
HSV289°62°100°
CMYK 0.110.620.00   0.00
XYZ53.528131.873997.0970
Yxy31.87390.29330.1747
Hunter Lab56.457070.4401-62.4495
CIE-Lab63.238571.3606-55.8883

#e261fe color RGB value is (226,97,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100001 11111110
Octal 342 141 376
Decimal 226 97 254
Hex E2 61 FE

RGB Percentages of Color #e261fe

%39.17
%16.81
%44.02

CMYK Percentages of Color #e261fe

%11
%62
%0
%0

Triadic Colors of #e261fe

#e261fe #fee261 #61fee2

Analogous Colors of #e261fe

#e261fe #fe61cc #9461fe

Monochromatic Colors of #e261fe

#e261fe

Complementary Color

#e261fe #7dfe61

#e261fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e261fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e261fe Color CSS Codes

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

#e261fe Text Font Color

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

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


#e261fe Background Color

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

This div background color is #e261fe


#e261fe Border Color

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

This div border color is #e261fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e261fe

Related Colors


Comments

No comments written yet.

Please login to write comment.