Color Hex Logo

#e241eb Color Hex

#E241EB
(226,65,235)
0 Favorites   0 Comments

Color spaces of #e241eb

RGB 22665235
HSL0.820.810.59
HSV297°72°92°
CMYK 0.040.720.00   0.08
XYZ48.249725.947581.0626
Yxy25.94750.31080.1671
Hunter Lab50.938779.9345-58.6956
CIE-Lab57.987279.9512-53.7021

#e241eb color RGB value is (226,65,235).

#e241eb hex color red value is 226, green value is 65 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e241eb hue: 0.82 , saturation: 0.81 and the lightness value of e241eb is 0.59.

The process color (four color CMYK) of #e241eb color hex is 0.04, 0.72, 0.00, 0.08. Web safe color of #e241eb is #cc33ff. Color #e241eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000001 11101011
Octal 342 101 353
Decimal 226 65 235
Hex E2 41 EB

RGB Percentages of Color #e241eb

%42.97
%12.36
%44.68

CMYK Percentages of Color #e241eb

%4
%72
%0
%8

Triadic Colors of #e241eb

#e241eb #ebe241 #41ebe2

Analogous Colors of #e241eb

#e241eb #eb419f #8d41eb

Monochromatic Colors of #e241eb

#e241eb

Complementary Color

#e241eb #4aeb41

#e241eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e241eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e241eb Color CSS Codes

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

#e241eb Text Font Color

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

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


#e241eb Background Color

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

This div background color is #e241eb


#e241eb Border Color

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

This div border color is #e241eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e241eb


Comments

No comments written yet.

Please login to write comment.