Color Hex Logo

#eea3bb Color Hex

#EEA3BB
(238,163,187)
0 Favorites   0 Comments

Color spaces of #eea3bb

RGB 238163187
HSL0.950.690.79
HSV341°32°93°
CMYK 0.000.320.21   0.07
XYZ57.326747.959453.2493
Yxy47.95940.36160.3025
Hunter Lab69.252726.56822.8881
CIE-Lab74.799331.0745-1.0223

#eea3bb color RGB value is (238,163,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100011 10111011
Octal 356 243 273
Decimal 238 163 187
Hex EE A3 BB

RGB Percentages of Color #eea3bb

%40.48
%27.72
%31.80

CMYK Percentages of Color #eea3bb

%0
%32
%21
%7

Triadic Colors of #eea3bb

#eea3bb #bbeea3 #a3bbee

Analogous Colors of #eea3bb

#eea3bb #eeb1a3 #eea3e1

Monochromatic Colors of #eea3bb

#eea3bb

Complementary Color

#eea3bb #a3eed6

#eea3bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea3bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea3bb Color CSS Codes

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

#eea3bb Text Font Color

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

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


#eea3bb Background Color

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

This div background color is #eea3bb


#eea3bb Border Color

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

This div border color is #eea3bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea3bb


Comments

No comments written yet.

Please login to write comment.