Color Hex Logo

#e478fb Color Hex

#E478FB
(228,120,251)
0 Favorites   0 Comments

Color spaces of #e478fb

RGB 228120251
HSL0.800.940.73
HSV289°52°98°
CMYK 0.090.520.00   0.02
XYZ56.124036.892095.4296
Yxy36.89200.29780.1958
Hunter Lab60.738858.6451-50.6362
CIE-Lab67.195960.8725-47.9569

#e478fb color RGB value is (228,120,251).

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

The process color (four color CMYK) of #e478fb color hex is 0.09, 0.52, 0.00, 0.02. Web safe color of #e478fb is #cc66ff. Color #e478fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111000 11111011
Octal 344 170 373
Decimal 228 120 251
Hex E4 78 FB

RGB Percentages of Color #e478fb

%38.06
%20.03
%41.90

CMYK Percentages of Color #e478fb

%9
%52
%0
%2

Triadic Colors of #e478fb

#e478fb #fbe478 #78fbe4

Analogous Colors of #e478fb

#e478fb #fb78d1 #a378fb

Monochromatic Colors of #e478fb

#e478fb

Complementary Color

#e478fb #8ffb78

#e478fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e478fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e478fb Color CSS Codes

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

#e478fb Text Font Color

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

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


#e478fb Background Color

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

This div background color is #e478fb


#e478fb Border Color

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

This div border color is #e478fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e478fb

Related Colors


Comments

No comments written yet.

Please login to write comment.