Color Hex Logo

#e18aee Color Hex

#E18AEE
(225,138,238)
0 Favorites   0 Comments

Color spaces of #e18aee

RGB 225138238
HSL0.810.750.74
HSV292°42°93°
CMYK 0.050.420.00   0.07
XYZ55.572440.357685.7497
Yxy40.35760.30590.2221
Hunter Lab63.527644.9740-35.5604
CIE-Lab69.723548.5991-36.8955

#e18aee color RGB value is (225,138,238).

#e18aee hex color red value is 225, green value is 138 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e18aee hue: 0.81 , saturation: 0.75 and the lightness value of e18aee is 0.74.

The process color (four color CMYK) of #e18aee color hex is 0.05, 0.42, 0.00, 0.07. Web safe color of #e18aee is #cc99ff. Color #e18aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001010 11101110
Octal 341 212 356
Decimal 225 138 238
Hex E1 8A EE

RGB Percentages of Color #e18aee

%37.44
%22.96
%39.60

CMYK Percentages of Color #e18aee

%5
%42
%0
%7

Triadic Colors of #e18aee

#e18aee #eee18a #8aeee1

Analogous Colors of #e18aee

#e18aee #ee8ac9 #af8aee

Monochromatic Colors of #e18aee

#e18aee

Complementary Color

#e18aee #97ee8a

#e18aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18aee Color CSS Codes

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

#e18aee Text Font Color

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

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


#e18aee Background Color

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

This div background color is #e18aee


#e18aee Border Color

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

This div border color is #e18aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18aee


Comments

No comments written yet.

Please login to write comment.