Color Hex Logo

#e8769e Color Hex

#E8769E
(232,118,158)
0 Favorites   0 Comments

Color spaces of #e8769e

RGB 232118158
HSL0.940.710.69
HSV339°49°91°
CMYK 0.000.490.32   0.09
XYZ45.928732.581336.2159
Yxy32.58130.40030.2840
Hunter Lab57.080043.73762.3380
CIE-Lab63.820448.3068-0.9508

#e8769e color RGB value is (232,118,158).

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

The process color (four color CMYK) of #e8769e color hex is 0.00, 0.49, 0.32, 0.09. Web safe color of #e8769e is #ff6699. Color #e8769e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110110 10011110
Octal 350 166 236
Decimal 232 118 158
Hex E8 76 9E

RGB Percentages of Color #e8769e

%45.67
%23.23
%31.10

CMYK Percentages of Color #e8769e

%0
%49
%32
%9

Triadic Colors of #e8769e

#e8769e #9ee876 #769ee8

Analogous Colors of #e8769e

#e8769e #e88776 #e876d7

Monochromatic Colors of #e8769e

#e8769e

Complementary Color

#e8769e #76e8c0

#e8769e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8769e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8769e Color CSS Codes

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

#e8769e Text Font Color

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

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


#e8769e Background Color

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

This div background color is #e8769e


#e8769e Border Color

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

This div border color is #e8769e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8769e


Comments

No comments written yet.

Please login to write comment.