Color Hex Logo

#e174fe Color Hex

#E174FE
(225,116,254)
0 Favorites   0 Comments

Color spaces of #e174fe

RGB 225116254
HSL0.800.990.73
HSV287°54°100°
CMYK 0.110.540.00   0.00
XYZ55.186135.654197.7392
Yxy35.65410.29260.1891
Hunter Lab59.711160.4788-55.2523
CIE-Lab66.254862.5794-51.1113

#e174fe color RGB value is (225,116,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110100 11111110
Octal 341 164 376
Decimal 225 116 254
Hex E1 74 FE

RGB Percentages of Color #e174fe

%37.82
%19.50
%42.69

CMYK Percentages of Color #e174fe

%11
%54
%0
%0

Triadic Colors of #e174fe

#e174fe #fee174 #74fee1

Analogous Colors of #e174fe

#e174fe #fe74d6 #9c74fe

Monochromatic Colors of #e174fe

#e174fe

Complementary Color

#e174fe #91fe74

#e174fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e174fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e174fe Color CSS Codes

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

#e174fe Text Font Color

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

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


#e174fe Background Color

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

This div background color is #e174fe


#e174fe Border Color

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

This div border color is #e174fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e174fe

Related Colors


Comments

No comments written yet.

Please login to write comment.