Color Hex Logo

#e474fc Color Hex

#E474FC
(228,116,252)
0 Favorites   0 Comments

Color spaces of #e474fc

RGB 228116252
HSL0.800.960.72
HSV289°54°99°
CMYK 0.100.540.00   0.01
XYZ55.811036.013096.1051
Yxy36.01300.29700.1916
Hunter Lab60.010860.9888-52.9431
CIE-Lab66.529962.9622-49.5558

#e474fc color RGB value is (228,116,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110100 11111100
Octal 344 164 374
Decimal 228 116 252
Hex E4 74 FC

RGB Percentages of Color #e474fc

%38.26
%19.46
%42.28

CMYK Percentages of Color #e474fc

%10
%54
%0
%1

Triadic Colors of #e474fc

#e474fc #fce474 #74fce4

Analogous Colors of #e474fc

#e474fc #fc74d0 #a074fc

Monochromatic Colors of #e474fc

#e474fc

Complementary Color

#e474fc #8cfc74

#e474fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e474fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e474fc Color CSS Codes

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

#e474fc Text Font Color

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

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


#e474fc Background Color

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

This div background color is #e474fc


#e474fc Border Color

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

This div border color is #e474fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e474fc


Comments

No comments written yet.

Please login to write comment.