Color Hex Logo

#eea1df Color Hex

#EEA1DF
(238,161,223)
0 Favorites   0 Comments

Color spaces of #eea1df

RGB 238161223
HSL0.870.690.78
HSV312°32°93°
CMYK 0.000.320.06   0.07
XYZ61.324048.994676.0368
Yxy48.99460.32910.2629
Hunter Lab69.996133.8916-15.4094
CIE-Lab75.448037.8777-19.7710

#eea1df color RGB value is (238,161,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100001 11011111
Octal 356 241 337
Decimal 238 161 223
Hex EE A1 DF

RGB Percentages of Color #eea1df

%38.26
%25.88
%35.85

CMYK Percentages of Color #eea1df

%0
%32
%6
%7

Triadic Colors of #eea1df

#eea1df #dfeea1 #a1dfee

Analogous Colors of #eea1df

#eea1df #eea1b9 #d7a1ee

Monochromatic Colors of #eea1df

#eea1df

Complementary Color

#eea1df #a1eeb0

#eea1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea1df Color CSS Codes

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

#eea1df Text Font Color

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

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


#eea1df Background Color

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

This div background color is #eea1df


#eea1df Border Color

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

This div border color is #eea1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea1df


Comments

No comments written yet.

Please login to write comment.