Color Hex Logo

#e175fe Color Hex

#E175FE
(225,117,254)
0 Favorites   0 Comments

Color spaces of #e175fe

RGB 225117254
HSL0.800.990.73
HSV287°54°100°
CMYK 0.110.540.00   0.00
XYZ55.302035.885997.7779
Yxy35.88590.29270.1899
Hunter Lab59.904859.9513-54.8410
CIE-Lab66.432762.1045-50.8301

#e175fe color RGB value is (225,117,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110101 11111110
Octal 341 165 376
Decimal 225 117 254
Hex E1 75 FE

RGB Percentages of Color #e175fe

%37.75
%19.63
%42.62

CMYK Percentages of Color #e175fe

%11
%54
%0
%0

Triadic Colors of #e175fe

#e175fe #fee175 #75fee1

Analogous Colors of #e175fe

#e175fe #fe75d7 #9d75fe

Monochromatic Colors of #e175fe

#e175fe

Complementary Color

#e175fe #92fe75

#e175fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e175fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e175fe Color CSS Codes

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

#e175fe Text Font Color

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

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


#e175fe Background Color

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

This div background color is #e175fe


#e175fe Border Color

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

This div border color is #e175fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e175fe

Related Colors


Comments

No comments written yet.

Please login to write comment.