Color Hex Logo

#e484fa Color Hex

#E484FA
(228,132,250)
0 Favorites   0 Comments

Color spaces of #e484fa

RGB 228132250
HSL0.800.920.75
HSV289°47°98°
CMYK 0.090.470.00   0.02
XYZ57.501539.898695.1130
Yxy39.89860.29870.2073
Hunter Lab63.165351.9551-45.0619
CIE-Lab69.397254.7882-43.9496

#e484fa color RGB value is (228,132,250).

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

The process color (four color CMYK) of #e484fa color hex is 0.09, 0.47, 0.00, 0.02. Web safe color of #e484fa is #cc99ff. Color #e484fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000100 11111010
Octal 344 204 372
Decimal 228 132 250
Hex E4 84 FA

RGB Percentages of Color #e484fa

%37.38
%21.64
%40.98

CMYK Percentages of Color #e484fa

%9
%47
%0
%2

Triadic Colors of #e484fa

#e484fa #fae484 #84fae4

Analogous Colors of #e484fa

#e484fa #fa84d5 #a984fa

Monochromatic Colors of #e484fa

#e484fa

Complementary Color

#e484fa #9afa84

#e484fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e484fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e484fa Color CSS Codes

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

#e484fa Text Font Color

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

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


#e484fa Background Color

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

This div background color is #e484fa


#e484fa Border Color

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

This div border color is #e484fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e484fa


Comments

No comments written yet.

Please login to write comment.