Color Hex Logo

#e291ff Color Hex

#E291FF
(226,145,255)
0 Favorites   0 Comments

Color spaces of #e291ff

RGB 226145255
HSL0.791.000.78
HSV284°43°100°
CMYK 0.110.430.00   0.00
XYZ59.539443.639599.8929
Yxy43.63950.29320.2149
Hunter Lab66.060245.2749-43.4132
CIE-Lab71.986948.5638-42.6352

#e291ff color RGB value is (226,145,255).

#e291ff hex color red value is 226, green value is 145 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e291ff hue: 0.79 , saturation: 1.00 and the lightness value of e291ff is 0.78.

The process color (four color CMYK) of #e291ff color hex is 0.11, 0.43, 0.00, 0.00. Web safe color of #e291ff is #cc99ff. Color #e291ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010001 11111111
Octal 342 221 377
Decimal 226 145 255
Hex E2 91 FF

RGB Percentages of Color #e291ff

%36.10
%23.16
%40.73

CMYK Percentages of Color #e291ff

%11
%43
%0
%0

Triadic Colors of #e291ff

#e291ff #ffe291 #91ffe2

Analogous Colors of #e291ff

#e291ff #ff91e5 #ab91ff

Monochromatic Colors of #e291ff

#e291ff

Complementary Color

#e291ff #aeff91

#e291ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e291ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e291ff Color CSS Codes

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

#e291ff Text Font Color

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

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


#e291ff Background Color

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

This div background color is #e291ff


#e291ff Border Color

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

This div border color is #e291ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,145,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e291ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e291ff


Comments

No comments written yet.

Please login to write comment.