Color Hex Logo

#e27efa Color Hex

#E27EFA
(226,126,250)
0 Favorites   0 Comments

Color spaces of #e27efa

RGB 226126250
HSL0.800.930.74
HSV288°50°98°
CMYK 0.100.500.00   0.02
XYZ56.080237.992694.8200
Yxy37.99260.29690.2011
Hunter Lab61.638154.5378-48.0611
CIE-Lab68.015257.2322-46.1360

#e27efa color RGB value is (226,126,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01111110 11111010
Octal 342 176 372
Decimal 226 126 250
Hex E2 7E FA

RGB Percentages of Color #e27efa

%37.54
%20.93
%41.53

CMYK Percentages of Color #e27efa

%10
%50
%0
%2

Triadic Colors of #e27efa

#e27efa #fae27e #7efae2

Analogous Colors of #e27efa

#e27efa #fa7ed4 #a47efa

Monochromatic Colors of #e27efa

#e27efa

Complementary Color

#e27efa #96fa7e

#e27efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e27efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e27efa Color CSS Codes

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

#e27efa Text Font Color

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

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


#e27efa Background Color

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

This div background color is #e27efa


#e27efa Border Color

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

This div border color is #e27efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e27efa

Related Colors


Comments

No comments written yet.

Please login to write comment.