Color Hex Logo

#e18eff Color Hex

#E18EFF
(225,142,255)
0 Favorites   0 Comments

Color spaces of #e18eff

RGB 225142255
HSL0.791.000.78
HSV284°44°100°
CMYK 0.120.440.00   0.00
XYZ58.774342.573699.7275
Yxy42.57360.29230.2117
Hunter Lab65.248446.6039-44.9465
CIE-Lab71.264649.8367-43.7732

#e18eff color RGB value is (225,142,255).

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

The process color (four color CMYK) of #e18eff color hex is 0.12, 0.44, 0.00, 0.00. Web safe color of #e18eff is #cc99ff. Color #e18eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001110 11111111
Octal 341 216 377
Decimal 225 142 255
Hex E1 8E FF

RGB Percentages of Color #e18eff

%36.17
%22.83
%41.00

CMYK Percentages of Color #e18eff

%12
%44
%0
%0

Triadic Colors of #e18eff

#e18eff #ffe18e #8effe1

Analogous Colors of #e18eff

#e18eff #ff8ee5 #a98eff

Monochromatic Colors of #e18eff

#e18eff

Complementary Color

#e18eff #acff8e

#e18eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18eff Color CSS Codes

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

#e18eff Text Font Color

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

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


#e18eff Background Color

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

This div background color is #e18eff


#e18eff Border Color

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

This div border color is #e18eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18eff

Related Colors


Comments

No comments written yet.

Please login to write comment.