Color Hex Logo

#e88086 Color Hex

#E88086
(232,128,134)
0 Favorites   0 Comments

Color spaces of #e88086

RGB 232128134
HSL0.990.690.71
HSV357°45°91°
CMYK 0.000.450.42   0.09
XYZ45.301034.315426.7902
Yxy34.31540.42570.3225
Hunter Lab58.579335.525013.8903
CIE-Lab65.212240.512514.6966

#e88086 color RGB value is (232,128,134).

#e88086 hex color red value is 232, green value is 128 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #e88086 hue: 0.99 , saturation: 0.69 and the lightness value of e88086 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000000 10000110
Octal 350 200 206
Decimal 232 128 134
Hex E8 80 86

RGB Percentages of Color #e88086

%46.96
%25.91
%27.13

CMYK Percentages of Color #e88086

%0
%45
%42
%9

Triadic Colors of #e88086

#e88086 #86e880 #8086e8

Analogous Colors of #e88086

#e88086 #e8ae80 #e880ba

Monochromatic Colors of #e88086

#e88086

Complementary Color

#e88086 #80e8e2

#e88086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e88086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e88086 Color CSS Codes

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

#e88086 Text Font Color

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

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


#e88086 Background Color

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

This div background color is #e88086


#e88086 Border Color

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

This div border color is #e88086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e88086


Comments

No comments written yet.

Please login to write comment.