Color Hex Logo

#e170ff Color Hex

#E170FF
(225,112,255)
0 Favorites   0 Comments

Color spaces of #e170ff

RGB 225112255
HSL0.801.000.72
HSV287°56°100°
CMYK 0.120.560.00   0.00
XYZ54.895534.815998.4346
Yxy34.81590.29180.1850
Hunter Lab59.005062.8093-57.6065
CIE-Lab65.605164.6464-52.6880

#e170ff color RGB value is (225,112,255).

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

The process color (four color CMYK) of #e170ff color hex is 0.12, 0.56, 0.00, 0.00. Web safe color of #e170ff is #cc66ff. Color #e170ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110000 11111111
Octal 341 160 377
Decimal 225 112 255
Hex E1 70 FF

RGB Percentages of Color #e170ff

%38.01
%18.92
%43.07

CMYK Percentages of Color #e170ff

%12
%56
%0
%0

Triadic Colors of #e170ff

#e170ff #ffe170 #70ffe1

Analogous Colors of #e170ff

#e170ff #ff70d6 #9a70ff

Monochromatic Colors of #e170ff

#e170ff

Complementary Color

#e170ff #8eff70

#e170ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e170ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e170ff Color CSS Codes

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

#e170ff Text Font Color

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

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


#e170ff Background Color

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

This div background color is #e170ff


#e170ff Border Color

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

This div border color is #e170ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e170ff

#e170ff Color Palettes


Comments

No comments written yet.

Please login to write comment.