Color Hex Logo

#e77a91 Color Hex

#E77A91
(231,122,145)
0 Favorites   0 Comments

Color spaces of #e77a91

RGB 231122145
HSL0.960.690.69
HSV347°47°91°
CMYK 0.000.470.37   0.09
XYZ45.025432.952330.7754
Yxy32.95230.41400.3030
Hunter Lab57.404139.55098.3964
CIE-Lab64.122344.41666.8882

#e77a91 color RGB value is (231,122,145).

#e77a91 hex color red value is 231, green value is 122 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #e77a91 hue: 0.96 , saturation: 0.69 and the lightness value of e77a91 is 0.69.

The process color (four color CMYK) of #e77a91 color hex is 0.00, 0.47, 0.37, 0.09. Web safe color of #e77a91 is #ff6699. Color #e77a91 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111010 10010001
Octal 347 172 221
Decimal 231 122 145
Hex E7 7A 91

RGB Percentages of Color #e77a91

%46.39
%24.50
%29.12

CMYK Percentages of Color #e77a91

%0
%47
%37
%9

Triadic Colors of #e77a91

#e77a91 #91e77a #7a91e7

Analogous Colors of #e77a91

#e77a91 #e79a7a #e77ac8

Monochromatic Colors of #e77a91

#e77a91

Complementary Color

#e77a91 #7ae7d0

#e77a91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77a91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77a91 Color CSS Codes

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

#e77a91 Text Font Color

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

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


#e77a91 Background Color

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

This div background color is #e77a91


#e77a91 Border Color

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

This div border color is #e77a91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77a91


Comments

No comments written yet.

Please login to write comment.