Color Hex Logo

#eea1bb Color Hex

#EEA1BB
(238,161,187)
0 Favorites   0 Comments

Color spaces of #eea1bb

RGB 238161187
HSL0.940.690.78
HSV340°32°93°
CMYK 0.000.320.21   0.07
XYZ56.974447.254753.1319
Yxy47.25470.36210.3003
Hunter Lab68.742127.64482.2932
CIE-Lab74.352432.1337-1.6769

#eea1bb color RGB value is (238,161,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100001 10111011
Octal 356 241 273
Decimal 238 161 187
Hex EE A1 BB

RGB Percentages of Color #eea1bb

%40.61
%27.47
%31.91

CMYK Percentages of Color #eea1bb

%0
%32
%21
%7

Triadic Colors of #eea1bb

#eea1bb #bbeea1 #a1bbee

Analogous Colors of #eea1bb

#eea1bb #eeaea1 #eea1e2

Monochromatic Colors of #eea1bb

#eea1bb

Complementary Color

#eea1bb #a1eed4

#eea1bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea1bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea1bb Color CSS Codes

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

#eea1bb Text Font Color

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

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


#eea1bb Background Color

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

This div background color is #eea1bb


#eea1bb Border Color

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

This div border color is #eea1bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea1bb


Comments

No comments written yet.

Please login to write comment.