Color Hex Logo

#e17eff Color Hex

#E17EFF
(225,126,255)
0 Favorites   0 Comments

Color spaces of #e17eff

RGB 225126255
HSL0.791.000.75
HSV286°51°100°
CMYK 0.120.510.00   0.00
XYZ56.562238.149398.9901
Yxy38.14930.29200.1969
Hunter Lab61.765155.3747-51.7877
CIE-Lab68.130557.9330-48.6969

#e17eff color RGB value is (225,126,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111110 11111111
Octal 341 176 377
Decimal 225 126 255
Hex E1 7E FF

RGB Percentages of Color #e17eff

%37.13
%20.79
%42.08

CMYK Percentages of Color #e17eff

%12
%51
%0
%0

Triadic Colors of #e17eff

#e17eff #ffe17e #7effe1

Analogous Colors of #e17eff

#e17eff #ff7edd #a17eff

Monochromatic Colors of #e17eff

#e17eff

Complementary Color

#e17eff #9cff7e

#e17eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17eff Color CSS Codes

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

#e17eff Text Font Color

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

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


#e17eff Background Color

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

This div background color is #e17eff


#e17eff Border Color

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

This div border color is #e17eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17eff

Related Colors


Comments

No comments written yet.

Please login to write comment.