Color Hex Logo

#e77eaa Color Hex

#E77EAA
(231,126,170)
0 Favorites   0 Comments

Color spaces of #e77eaa

RGB 231126170
HSL0.930.690.70
HSV335°45°91°
CMYK 0.000.450.26   0.09
XYZ47.671634.812942.2372
Yxy34.81290.38220.2791
Hunter Lab59.002540.9665-1.1413
CIE-Lab65.602745.5261-5.1675

#e77eaa color RGB value is (231,126,170).

#e77eaa hex color red value is 231, green value is 126 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e77eaa hue: 0.93 , saturation: 0.69 and the lightness value of e77eaa is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111110 10101010
Octal 347 176 252
Decimal 231 126 170
Hex E7 7E AA

RGB Percentages of Color #e77eaa

%43.83
%23.91
%32.26

CMYK Percentages of Color #e77eaa

%0
%45
%26
%9

Triadic Colors of #e77eaa

#e77eaa #aae77e #7eaae7

Analogous Colors of #e77eaa

#e77eaa #e7877e #e77edf

Monochromatic Colors of #e77eaa

#e77eaa

Complementary Color

#e77eaa #7ee7bb

#e77eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77eaa Color CSS Codes

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

#e77eaa Text Font Color

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

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


#e77eaa Background Color

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

This div background color is #e77eaa


#e77eaa Border Color

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

This div border color is #e77eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,126,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 #e77eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77eaa


Comments

No comments written yet.

Please login to write comment.