Color Hex Logo

#e170ef Color Hex

#E170EF
(225,112,239)
0 Favorites   0 Comments

Color spaces of #e170ef

RGB 225112239
HSL0.810.800.69
HSV293°53°94°
CMYK 0.060.530.00   0.06
XYZ52.425533.827985.4277
Yxy33.82790.30540.1970
Hunter Lab58.161859.1122-46.3716
CIE-Lab64.825761.6644-45.1084

#e170ef color RGB value is (225,112,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110000 11101111
Octal 341 160 357
Decimal 225 112 239
Hex E1 70 EF

RGB Percentages of Color #e170ef

%39.06
%19.44
%41.49

CMYK Percentages of Color #e170ef

%6
%53
%0
%6

Triadic Colors of #e170ef

#e170ef #efe170 #70efe1

Analogous Colors of #e170ef

#e170ef #ef70be #a270ef

Monochromatic Colors of #e170ef

#e170ef

Complementary Color

#e170ef #7eef70

#e170ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e170ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e170ef Color CSS Codes

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

#e170ef Text Font Color

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

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


#e170ef Background Color

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

This div background color is #e170ef


#e170ef Border Color

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

This div border color is #e170ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e170ef


Comments

No comments written yet.

Please login to write comment.