Color Hex Logo

#e478fd Color Hex

#E478FD
(228,120,253)
0 Favorites   0 Comments

Color spaces of #e478fd

RGB 228120253
HSL0.800.970.73
HSV289°53°99°
CMYK 0.100.530.00   0.01
XYZ56.441037.018897.0991
Yxy37.01880.29620.1943
Hunter Lab60.843159.1099-52.0304
CIE-Lab67.291161.2504-48.9024

#e478fd color RGB value is (228,120,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111000 11111101
Octal 344 170 375
Decimal 228 120 253
Hex E4 78 FD

RGB Percentages of Color #e478fd

%37.94
%19.97
%42.10

CMYK Percentages of Color #e478fd

%10
%53
%0
%1

Triadic Colors of #e478fd

#e478fd #fde478 #78fde4

Analogous Colors of #e478fd

#e478fd #fd78d4 #a278fd

Monochromatic Colors of #e478fd

#e478fd

Complementary Color

#e478fd #91fd78

#e478fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e478fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e478fd Color CSS Codes

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

#e478fd Text Font Color

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

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


#e478fd Background Color

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

This div background color is #e478fd


#e478fd Border Color

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

This div border color is #e478fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e478fd

Related Colors


Comments

No comments written yet.

Please login to write comment.