Color Hex Logo

#e760aa Color Hex

#E760AA
(231,96,170)
0 Favorites   0 Comments

Color spaces of #e760aa

RGB 23196170
HSL0.910.740.64
HSV327°58°91°
CMYK 0.000.580.26   0.09
XYZ44.393628.256941.1445
Yxy28.25690.39010.2483
Hunter Lab53.157256.0470-8.6813
CIE-Lab60.120159.8355-13.3514

#e760aa color RGB value is (231,96,170).

#e760aa hex color red value is 231, green value is 96 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e760aa hue: 0.91 , saturation: 0.74 and the lightness value of e760aa is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100000 10101010
Octal 347 140 252
Decimal 231 96 170
Hex E7 60 AA

RGB Percentages of Color #e760aa

%46.48
%19.32
%34.21

CMYK Percentages of Color #e760aa

%0
%58
%26
%9

Triadic Colors of #e760aa

#e760aa #aae760 #60aae7

Analogous Colors of #e760aa

#e760aa #e76067 #e160e7

Monochromatic Colors of #e760aa

#e760aa

Complementary Color

#e760aa #60e79d

#e760aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e760aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e760aa Color CSS Codes

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

#e760aa Text Font Color

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

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


#e760aa Background Color

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

This div background color is #e760aa


#e760aa Border Color

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

This div border color is #e760aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e760aa


Comments

No comments written yet.

Please login to write comment.