Color Hex Logo

#e18eee Color Hex

#E18EEE
(225,142,238)
0 Favorites   0 Comments

Color spaces of #e18eee

RGB 225142238
HSL0.810.740.75
HSV292°40°93°
CMYK 0.050.400.00   0.07
XYZ56.157041.526685.9446
Yxy41.52660.30580.2261
Hunter Lab64.441142.7812-33.9658
CIE-Lab70.543346.5264-35.6218

#e18eee color RGB value is (225,142,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001110 11101110
Octal 341 216 356
Decimal 225 142 238
Hex E1 8E EE

RGB Percentages of Color #e18eee

%37.19
%23.47
%39.34

CMYK Percentages of Color #e18eee

%5
%40
%0
%7

Triadic Colors of #e18eee

#e18eee #eee18e #8eeee1

Analogous Colors of #e18eee

#e18eee #ee8ecb #b18eee

Monochromatic Colors of #e18eee

#e18eee

Complementary Color

#e18eee #9bee8e

#e18eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18eee Color CSS Codes

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

#e18eee Text Font Color

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

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


#e18eee Background Color

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

This div background color is #e18eee


#e18eee Border Color

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

This div border color is #e18eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18eee


Comments

No comments written yet.

Please login to write comment.