color codes Logo

#e47ffa color codes

#E47FFA
(228,127,250)
0 Favorites   0 Comments

Color spaces of #e47ffa

RGB 228127250
HSL0.800.920.74
HSV289°49°98°
CMYK 0.090.490.00   0.02
XYZ56.839638.574994.8924
Yxy38.57490.29870.2027
Hunter Lab62.108754.6664-47.1098
CIE-Lab68.442257.2759-45.4483

#e47ffa color RGB value is (228,127,250).

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

The process color (four color CMYK) of #e47ffa color code is 0.09, 0.49, 0.00, 0.02. Web safe color of #e47ffa is #cc66ff. Color #e47ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111111 11111010
Octal 344 177 372
Decimal 228 127 250
Hex E4 7F FA

RGB Percentages of Color #e47ffa

%37.69
%20.99
%41.32

CMYK Percentages of Color #e47ffa

%9
%49
%0
%2

Triadic Colors of #e47ffa

#e47ffa #fae47f #7ffae4

Analogous Colors of #e47ffa

#e47ffa #fa7fd3 #a77ffa

Monochromatic Colors of #e47ffa

#e47ffa

Complementary Color

#e47ffa #95fa7f

#e47ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47ffa Color CSS Codes

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

#e47ffa Text Font Color

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

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


#e47ffa Background Color

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

This div background color is #e47ffa


#e47ffa Border Color

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

This div border color is #e47ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47ffa


Comments

No comments written yet.

Please login to write comment.