Color Hex Logo

#e8769a Color Hex

#E8769A
(232,118,154)
0 Favorites   0 Comments

Color spaces of #e8769a

RGB 232118154
HSL0.950.710.69
HSV341°49°91°
CMYK 0.000.490.34   0.09
XYZ45.589932.445834.4317
Yxy32.44580.40540.2885
Hunter Lab56.961243.18354.0335
CIE-Lab63.709647.81731.1722

#e8769a color RGB value is (232,118,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110110 10011010
Octal 350 166 232
Decimal 232 118 154
Hex E8 76 9A

RGB Percentages of Color #e8769a

%46.03
%23.41
%30.56

CMYK Percentages of Color #e8769a

%0
%49
%34
%9

Triadic Colors of #e8769a

#e8769a #9ae876 #769ae8

Analogous Colors of #e8769a

#e8769a #e88b76 #e876d3

Monochromatic Colors of #e8769a

#e8769a

Complementary Color

#e8769a #76e8c4

#e8769a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8769a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8769a Color CSS Codes

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

#e8769a Text Font Color

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

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


#e8769a Background Color

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

This div background color is #e8769a


#e8769a Border Color

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

This div border color is #e8769a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8769a


Comments

No comments written yet.

Please login to write comment.