Color Hex Logo

#eea1eb Color Hex

#EEA1EB
(238,161,235)
0 Favorites   0 Comments

Color spaces of #eea1eb

RGB 238161235
HSL0.840.690.78
HSV302°32°93°
CMYK 0.000.320.01   0.07
XYZ63.000249.665084.8631
Yxy49.66500.31890.2514
Hunter Lab70.473436.2429-22.0648
CIE-Lab75.863239.9892-25.6710

#eea1eb color RGB value is (238,161,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100001 11101011
Octal 356 241 353
Decimal 238 161 235
Hex EE A1 EB

RGB Percentages of Color #eea1eb

%37.54
%25.39
%37.07

CMYK Percentages of Color #eea1eb

%0
%32
%1
%7

Triadic Colors of #eea1eb

#eea1eb #ebeea1 #a1ebee

Analogous Colors of #eea1eb

#eea1eb #eea1c5 #cba1ee

Monochromatic Colors of #eea1eb

#eea1eb

Complementary Color

#eea1eb #a1eea4

#eea1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea1eb Color CSS Codes

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

#eea1eb Text Font Color

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

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


#eea1eb Background Color

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

This div background color is #eea1eb


#eea1eb Border Color

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

This div border color is #eea1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea1eb


Comments

No comments written yet.

Please login to write comment.