Color Hex Logo

#e476fa Color Hex

#E476FA
(228,118,250)
0 Favorites   0 Comments

Color spaces of #e476fa

RGB 228118250
HSL0.810.930.72
HSV290°53°98°
CMYK 0.090.530.00   0.02
XYZ55.728736.353094.5221
Yxy36.35300.29860.1948
Hunter Lab60.293459.4724-50.7436
CIE-Lab66.788861.6403-48.0502

#e476fa color RGB value is (228,118,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110110 11111010
Octal 344 166 372
Decimal 228 118 250
Hex E4 76 FA

RGB Percentages of Color #e476fa

%38.26
%19.80
%41.95

CMYK Percentages of Color #e476fa

%9
%53
%0
%2

Triadic Colors of #e476fa

#e476fa #fae476 #76fae4

Analogous Colors of #e476fa

#e476fa #fa76ce #a276fa

Monochromatic Colors of #e476fa

#e476fa

Complementary Color

#e476fa #8cfa76

#e476fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e476fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e476fa Color CSS Codes

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

#e476fa Text Font Color

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

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


#e476fa Background Color

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

This div background color is #e476fa


#e476fa Border Color

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

This div border color is #e476fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e476fa


Comments

No comments written yet.

Please login to write comment.