Color Hex Logo

#e76eab Color Hex

#E76EAB
(231,110,171)
0 Favorites   0 Comments

Color spaces of #e76eab

RGB 231110171
HSL0.920.720.67
HSV330°52°91°
CMYK 0.000.520.26   0.09
XYZ45.881631.081142.1091
Yxy31.08110.38530.2610
Hunter Lab55.750449.3391-5.7573
CIE-Lab62.576053.5365-10.2383

#e76eab color RGB value is (231,110,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101110 10101011
Octal 347 156 253
Decimal 231 110 171
Hex E7 6E AB

RGB Percentages of Color #e76eab

%45.12
%21.48
%33.40

CMYK Percentages of Color #e76eab

%0
%52
%26
%9

Triadic Colors of #e76eab

#e76eab #abe76e #6eabe7

Analogous Colors of #e76eab

#e76eab #e76e6f #e76ee7

Monochromatic Colors of #e76eab

#e76eab

Complementary Color

#e76eab #6ee7aa

#e76eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76eab Color CSS Codes

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

#e76eab Text Font Color

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

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


#e76eab Background Color

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

This div background color is #e76eab


#e76eab Border Color

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

This div border color is #e76eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76eab


Comments

No comments written yet.

Please login to write comment.