Color Hex Logo

#e88a8a Color Hex

#E88A8A
(232,138,138)
0 Favorites   0 Comments

Color spaces of #e88a8a

RGB 232138138
HSL0.000.670.73
HSV41°91°
CMYK 0.000.410.41   0.09
XYZ46.954637.167728.7441
Yxy37.16770.41600.3293
Hunter Lab60.965330.788814.7215
CIE-Lab67.402735.766115.4978

#e88a8a color RGB value is (232,138,138).

#e88a8a hex color red value is 232, green value is 138 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #e88a8a hue: 0.00 , saturation: 0.67 and the lightness value of e88a8a is 0.73.

The process color (four color CMYK) of #e88a8a color hex is 0.00, 0.41, 0.41, 0.09. Web safe color of #e88a8a is #ff9999. Color #e88a8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10001010 10001010
Octal 350 212 212
Decimal 232 138 138
Hex E8 8A 8A

RGB Percentages of Color #e88a8a

%45.67
%27.17
%27.17

CMYK Percentages of Color #e88a8a

%0
%41
%41
%9

Triadic Colors of #e88a8a

#e88a8a #8ae88a #8a8ae8

Analogous Colors of #e88a8a

#e88a8a #e8b98a #e88ab9

Monochromatic Colors of #e88a8a

#e88a8a

Complementary Color

#e88a8a #8ae8e8

#e88a8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88a8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88a8a Color CSS Codes

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

#e88a8a Text Font Color

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

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


#e88a8a Background Color

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

This div background color is #e88a8a


#e88a8a Border Color

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

This div border color is #e88a8a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,138,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e88a8a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e88a8a;
  -webkit-box-shadow: 1px 1px 3px 2px #e88a8a;
  box-shadow:         1px 1px 3px 2px #e88a8a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88a8a


Comments

No comments written yet.

Please login to write comment.