Color Hex Logo

#eea1ed Color Hex

#EEA1ED
(238,161,237)
0 Favorites   0 Comments

Color spaces of #eea1ed

RGB 238161237
HSL0.840.690.78
HSV301°32°93°
CMYK 0.000.320.00   0.07
XYZ63.290849.781386.3937
Yxy49.78130.31730.2496
Hunter Lab70.555936.6473-23.2099
CIE-Lab75.934840.3496-26.6475

#eea1ed color RGB value is (238,161,237).

#eea1ed hex color red value is 238, green value is 161 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #eea1ed hue: 0.84 , saturation: 0.69 and the lightness value of eea1ed is 0.78.

The process color (four color CMYK) of #eea1ed color hex is 0.00, 0.32, 0.00, 0.07. Web safe color of #eea1ed is #ff99ff. Color #eea1ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100001 11101101
Octal 356 241 355
Decimal 238 161 237
Hex EE A1 ED

RGB Percentages of Color #eea1ed

%37.42
%25.31
%37.26

CMYK Percentages of Color #eea1ed

%0
%32
%0
%7

Triadic Colors of #eea1ed

#eea1ed #edeea1 #a1edee

Analogous Colors of #eea1ed

#eea1ed #eea1c7 #c9a1ee

Monochromatic Colors of #eea1ed

#eea1ed

Complementary Color

#eea1ed #a1eea2

#eea1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea1ed Color CSS Codes

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

#eea1ed Text Font Color

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

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


#eea1ed Background Color

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

This div background color is #eea1ed


#eea1ed Border Color

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

This div border color is #eea1ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea1ed


Comments

No comments written yet.

Please login to write comment.