Color Hex Logo

#e18efe Color Hex

#E18EFE
(225,142,254)
0 Favorites   0 Comments

Color spaces of #e18efe

RGB 225142254
HSL0.790.980.78
HSV284°44°100°
CMYK 0.110.440.00   0.00
XYZ58.613742.509398.8818
Yxy42.50930.29310.2125
Hunter Lab65.199246.3720-44.2805
CIE-Lab71.220649.6378-43.2984

#e18efe color RGB value is (225,142,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001110 11111110
Octal 341 216 376
Decimal 225 142 254
Hex E1 8E FE

RGB Percentages of Color #e18efe

%36.23
%22.87
%40.90

CMYK Percentages of Color #e18efe

%11
%44
%0
%0

Triadic Colors of #e18efe

#e18efe #fee18e #8efee1

Analogous Colors of #e18efe

#e18efe #fe8ee3 #a98efe

Monochromatic Colors of #e18efe

#e18efe

Complementary Color

#e18efe #abfe8e

#e18efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18efe Color CSS Codes

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

#e18efe Text Font Color

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

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


#e18efe Background Color

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

This div background color is #e18efe


#e18efe Border Color

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

This div border color is #e18efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18efe

Related Colors


Comments

No comments written yet.

Please login to write comment.