Color Hex Logo

#e47efa Color Hex

#E47EFA
(228,126,250)
0 Favorites   0 Comments

Color spaces of #e47efa

RGB 228126250
HSL0.800.930.74
HSV289°50°98°
CMYK 0.090.500.00   0.02
XYZ56.711138.317894.8496
Yxy38.31780.29870.2018
Hunter Lab61.901455.2058-47.5173
CIE-Lab68.254257.7686-45.7437

#e47efa color RGB value is (228,126,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111110 11111010
Octal 344 176 372
Decimal 228 126 250
Hex E4 7E FA

RGB Percentages of Color #e47efa

%37.75
%20.86
%41.39

CMYK Percentages of Color #e47efa

%9
%50
%0
%2

Triadic Colors of #e47efa

#e47efa #fae47e #7efae4

Analogous Colors of #e47efa

#e47efa #fa7ed2 #a67efa

Monochromatic Colors of #e47efa

#e47efa

Complementary Color

#e47efa #94fa7e

#e47efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47efa Color CSS Codes

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

#e47efa Text Font Color

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

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


#e47efa Background Color

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

This div background color is #e47efa


#e47efa Border Color

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

This div border color is #e47efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47efa


Comments

No comments written yet.

Please login to write comment.