Color Hex Logo

#e76eaa Color Hex

#E76EAA
(231,110,170)
0 Favorites   0 Comments

Color spaces of #e76eaa

RGB 231110170
HSL0.920.720.67
HSV330°52°91°
CMYK 0.000.520.26   0.09
XYZ45.786631.043141.6089
Yxy31.04310.38660.2621
Hunter Lab55.716349.1842-5.2763
CIE-Lab62.544053.4037-9.7143

#e76eaa color RGB value is (231,110,170).

#e76eaa hex color red value is 231, green value is 110 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e76eaa hue: 0.92 , saturation: 0.72 and the lightness value of e76eaa is 0.67.

The process color (four color CMYK) of #e76eaa color hex is 0.00, 0.52, 0.26, 0.09. Web safe color of #e76eaa is #ff6699. Color #e76eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101110 10101010
Octal 347 156 252
Decimal 231 110 170
Hex E7 6E AA

RGB Percentages of Color #e76eaa

%45.21
%21.53
%33.27

CMYK Percentages of Color #e76eaa

%0
%52
%26
%9

Triadic Colors of #e76eaa

#e76eaa #aae76e #6eaae7

Analogous Colors of #e76eaa

#e76eaa #e76f6e #e76ee7

Monochromatic Colors of #e76eaa

#e76eaa

Complementary Color

#e76eaa #6ee7ab

#e76eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76eaa Color CSS Codes

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

#e76eaa Text Font Color

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

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


#e76eaa Background Color

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

This div background color is #e76eaa


#e76eaa Border Color

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

This div border color is #e76eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,110,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e76eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e76eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #e76eaa;
  box-shadow:         1px 1px 3px 2px #e76eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76eaa


Comments

No comments written yet.

Please login to write comment.