Color Hex Logo

#e174fc Color Hex

#E174FC
(225,116,252)
0 Favorites   0 Comments

Color spaces of #e174fc

RGB 225116252
HSL0.800.960.72
HSV288°54°99°
CMYK 0.110.540.00   0.01
XYZ54.867435.526696.0610
Yxy35.52660.29430.1905
Hunter Lab59.604260.0071-53.8317
CIE-Lab66.156662.1980-50.1700

#e174fc color RGB value is (225,116,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110100 11111100
Octal 341 164 374
Decimal 225 116 252
Hex E1 74 FC

RGB Percentages of Color #e174fc

%37.94
%19.56
%42.50

CMYK Percentages of Color #e174fc

%11
%54
%0
%1

Triadic Colors of #e174fc

#e174fc #fce174 #74fce1

Analogous Colors of #e174fc

#e174fc #fc74d3 #9d74fc

Monochromatic Colors of #e174fc

#e174fc

Complementary Color

#e174fc #8ffc74

#e174fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e174fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e174fc Color CSS Codes

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

#e174fc Text Font Color

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

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


#e174fc Background Color

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

This div background color is #e174fc


#e174fc Border Color

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

This div border color is #e174fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e174fc


Comments

No comments written yet.

Please login to write comment.