Color Hex Logo

#e479fc Color Hex

#E479FC
(228,121,252)
0 Favorites   0 Comments

Color spaces of #e479fc

RGB 228121252
HSL0.800.960.73
HSV289°52°99°
CMYK 0.100.520.00   0.01
XYZ56.403037.197096.3024
Yxy37.19700.29700.1959
Hunter Lab60.989358.3456-50.9266
CIE-Lab67.424660.5809-48.1444

#e479fc color RGB value is (228,121,252).

#e479fc hex color red value is 228, green value is 121 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e479fc hue: 0.80 , saturation: 0.96 and the lightness value of e479fc is 0.73.

The process color (four color CMYK) of #e479fc color hex is 0.10, 0.52, 0.00, 0.01. Web safe color of #e479fc is #cc66ff. Color #e479fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111001 11111100
Octal 344 171 374
Decimal 228 121 252
Hex E4 79 FC

RGB Percentages of Color #e479fc

%37.94
%20.13
%41.93

CMYK Percentages of Color #e479fc

%10
%52
%0
%1

Triadic Colors of #e479fc

#e479fc #fce479 #79fce4

Analogous Colors of #e479fc

#e479fc #fc79d3 #a379fc

Monochromatic Colors of #e479fc

#e479fc

Complementary Color

#e479fc #91fc79

#e479fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e479fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e479fc Color CSS Codes

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

#e479fc Text Font Color

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

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


#e479fc Background Color

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

This div background color is #e479fc


#e479fc Border Color

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

This div border color is #e479fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e479fc

Related Colors


Comments

No comments written yet.

Please login to write comment.