Color Hex Logo

#e484ff Color Hex

#E484FF
(228,132,255)
0 Favorites   0 Comments

Color spaces of #e484ff

RGB 228132255
HSL0.801.000.76
HSV287°48°100°
CMYK 0.110.480.00   0.00
XYZ58.296240.216599.2978
Yxy40.21650.29470.2033
Hunter Lab63.416553.1090-48.4450
CIE-Lab69.623555.7524-46.3234

#e484ff color RGB value is (228,132,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000100 11111111
Octal 344 204 377
Decimal 228 132 255
Hex E4 84 FF

RGB Percentages of Color #e484ff

%37.07
%21.46
%41.46

CMYK Percentages of Color #e484ff

%11
%48
%0
%0

Triadic Colors of #e484ff

#e484ff #ffe484 #84ffe4

Analogous Colors of #e484ff

#e484ff #ff84dd #a784ff

Monochromatic Colors of #e484ff

#e484ff

Complementary Color

#e484ff #9fff84

#e484ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e484ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e484ff Color CSS Codes

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

#e484ff Text Font Color

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

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


#e484ff Background Color

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

This div background color is #e484ff


#e484ff Border Color

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

This div border color is #e484ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e484ff

Related Colors


Comments

No comments written yet.

Please login to write comment.