Color Hex Logo

#e878f0 Color Hex

#E878F0
(232,120,240)
0 Favorites   0 Comments

Color spaces of #e878f0

RGB 232120240
HSL0.820.800.71
HSV296°50°94°
CMYK 0.030.500.00   0.06
XYZ55.723436.880086.6197
Yxy36.88000.31090.2058
Hunter Lab60.728957.5118-42.0571
CIE-Lab67.186959.9110-41.8914

#e878f0 color RGB value is (232,120,240).

#e878f0 hex color red value is 232, green value is 120 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #e878f0 hue: 0.82 , saturation: 0.80 and the lightness value of e878f0 is 0.71.

The process color (four color CMYK) of #e878f0 color hex is 0.03, 0.50, 0.00, 0.06. Web safe color of #e878f0 is #ff66ff. Color #e878f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111000 11110000
Octal 350 170 360
Decimal 232 120 240
Hex E8 78 F0

RGB Percentages of Color #e878f0

%39.19
%20.27
%40.54

CMYK Percentages of Color #e878f0

%3
%50
%0
%6

Triadic Colors of #e878f0

#e878f0 #f0e878 #78f0e8

Analogous Colors of #e878f0

#e878f0 #f078bc #ac78f0

Monochromatic Colors of #e878f0

#e878f0

Complementary Color

#e878f0 #80f078

#e878f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e878f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e878f0 Color CSS Codes

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

#e878f0 Text Font Color

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

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


#e878f0 Background Color

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

This div background color is #e878f0


#e878f0 Border Color

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

This div border color is #e878f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e878f0

#e878f0 Color Palettes


Comments

No comments written yet.

Please login to write comment.