Color Hex Logo

#e26efa Color Hex

#E26EFA
(226,110,250)
0 Favorites   0 Comments

Color spaces of #e26efa

RGB 226110250
HSL0.800.930.71
HSV290°56°98°
CMYK 0.100.560.00   0.02
XYZ54.195334.222794.1917
Yxy34.22270.29680.1874
Hunter Lab58.500262.9894-54.5133
CIE-Lab65.139064.8775-50.6722

#e26efa color RGB value is (226,110,250).

#e26efa hex color red value is 226, green value is 110 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e26efa hue: 0.80 , saturation: 0.93 and the lightness value of e26efa is 0.71.

The process color (four color CMYK) of #e26efa color hex is 0.10, 0.56, 0.00, 0.02. Web safe color of #e26efa is #cc66ff. Color #e26efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01101110 11111010
Octal 342 156 372
Decimal 226 110 250
Hex E2 6E FA

RGB Percentages of Color #e26efa

%38.57
%18.77
%42.66

CMYK Percentages of Color #e26efa

%10
%56
%0
%2

Triadic Colors of #e26efa

#e26efa #fae26e #6efae2

Analogous Colors of #e26efa

#e26efa #fa6ecc #9c6efa

Monochromatic Colors of #e26efa

#e26efa

Complementary Color

#e26efa #86fa6e

#e26efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e26efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e26efa Color CSS Codes

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

#e26efa Text Font Color

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

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


#e26efa Background Color

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

This div background color is #e26efa


#e26efa Border Color

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

This div border color is #e26efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e26efa


Comments

No comments written yet.

Please login to write comment.