Color Hex Logo

#e178fe Color Hex

#E178FE
(225,120,254)
0 Favorites   0 Comments

Color spaces of #e178fe

RGB 225120254
HSL0.800.990.73
HSV287°53°100°
CMYK 0.110.530.00   0.00
XYZ55.657236.596397.8963
Yxy36.59630.29270.1925
Hunter Lab60.494958.3596-53.6001
CIE-Lab66.973060.6670-49.9762

#e178fe color RGB value is (225,120,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111000 11111110
Octal 341 170 376
Decimal 225 120 254
Hex E1 78 FE

RGB Percentages of Color #e178fe

%37.56
%20.03
%42.40

CMYK Percentages of Color #e178fe

%11
%53
%0
%0

Triadic Colors of #e178fe

#e178fe #fee178 #78fee1

Analogous Colors of #e178fe

#e178fe #fe78d8 #9e78fe

Monochromatic Colors of #e178fe

#e178fe

Complementary Color

#e178fe #95fe78

#e178fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e178fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e178fe Color CSS Codes

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

#e178fe Text Font Color

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

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


#e178fe Background Color

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

This div background color is #e178fe


#e178fe Border Color

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

This div border color is #e178fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e178fe


Comments

No comments written yet.

Please login to write comment.