Color Hex Logo

#e8807e Color Hex

#E8807E
(232,128,126)
0 Favorites   0 Comments

Color spaces of #e8807e

RGB 232128126
HSL0.000.700.70
HSV46°91°
CMYK 0.000.450.46   0.09
XYZ44.763834.100523.9614
Yxy34.10050.43530.3316
Hunter Lab58.395634.638716.5486
CIE-Lab65.042339.694718.9798

#e8807e color RGB value is (232,128,126).

#e8807e hex color red value is 232, green value is 128 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #e8807e hue: 0.00 , saturation: 0.70 and the lightness value of e8807e is 0.70.

The process color (four color CMYK) of #e8807e color hex is 0.00, 0.45, 0.46, 0.09. Web safe color of #e8807e is #ff9966. Color #e8807e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000000 01111110
Octal 350 200 176
Decimal 232 128 126
Hex E8 80 7E

RGB Percentages of Color #e8807e

%47.74
%26.34
%25.93

CMYK Percentages of Color #e8807e

%0
%45
%46
%9

Triadic Colors of #e8807e

#e8807e #7ee880 #807ee8

Analogous Colors of #e8807e

#e8807e #e8b57e #e87eb1

Monochromatic Colors of #e8807e

#e8807e

Complementary Color

#e8807e #7ee6e8

#e8807e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8807e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8807e Color CSS Codes

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

#e8807e Text Font Color

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

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


#e8807e Background Color

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

This div background color is #e8807e


#e8807e Border Color

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

This div border color is #e8807e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8807e


Comments

No comments written yet.

Please login to write comment.