Color Hex Logo

#e484fe Color Hex

#E484FE
(228,132,254)
0 Favorites   0 Comments

Color spaces of #e484fe

RGB 228132254
HSL0.800.980.76
HSV287°48°100°
CMYK 0.100.480.00   0.00
XYZ58.135640.152398.4520
Yxy40.15230.29550.2041
Hunter Lab63.365852.8763-47.7632
CIE-Lab69.577955.5584-45.8497

#e484fe color RGB value is (228,132,254).

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

The process color (four color CMYK) of #e484fe color hex is 0.10, 0.48, 0.00, 0.00. Web safe color of #e484fe is #cc99ff. Color #e484fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000100 11111110
Octal 344 204 376
Decimal 228 132 254
Hex E4 84 FE

RGB Percentages of Color #e484fe

%37.13
%21.50
%41.37

CMYK Percentages of Color #e484fe

%10
%48
%0
%0

Triadic Colors of #e484fe

#e484fe #fee484 #84fee4

Analogous Colors of #e484fe

#e484fe #fe84db #a784fe

Monochromatic Colors of #e484fe

#e484fe

Complementary Color

#e484fe #9efe84

#e484fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e484fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e484fe Color CSS Codes

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

#e484fe Text Font Color

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

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


#e484fe Background Color

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

This div background color is #e484fe


#e484fe Border Color

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

This div border color is #e484fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,132,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e484fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e484fe

Related Colors


Comments

No comments written yet.

Please login to write comment.