Color Hex Logo

#eea1fe Color Hex

#EEA1FE
(238,161,254)
0 Favorites   0 Comments

Color spaces of #eea1fe

RGB 238161254
HSL0.800.980.81
HSV290°37°100°
CMYK 0.060.370.00   0.00
XYZ65.894250.8226100.1027
Yxy50.82260.30390.2344
Hunter Lab71.290040.2323-33.3498
CIE-Lab76.571443.5121-34.8668

#eea1fe color RGB value is (238,161,254).

#eea1fe hex color red value is 238, green value is 161 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #eea1fe hue: 0.80 , saturation: 0.98 and the lightness value of eea1fe is 0.81.

The process color (four color CMYK) of #eea1fe color hex is 0.06, 0.37, 0.00, 0.00. Web safe color of #eea1fe is #ff99ff. Color #eea1fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100001 11111110
Octal 356 241 376
Decimal 238 161 254
Hex EE A1 FE

RGB Percentages of Color #eea1fe

%36.45
%24.66
%38.90

CMYK Percentages of Color #eea1fe

%6
%37
%0
%0

Triadic Colors of #eea1fe

#eea1fe #feeea1 #a1feee

Analogous Colors of #eea1fe

#eea1fe #fea1e0 #c0a1fe

Monochromatic Colors of #eea1fe

#eea1fe

Complementary Color

#eea1fe #b1fea1

#eea1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea1fe Color CSS Codes

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

#eea1fe Text Font Color

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

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


#eea1fe Background Color

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

This div background color is #eea1fe


#eea1fe Border Color

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

This div border color is #eea1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea1fe

Related Colors


Comments

No comments written yet.

Please login to write comment.