Color Hex Logo

#e759aa Color Hex

#E759AA
(231,89,170)
0 Favorites   0 Comments

Color spaces of #e759aa

RGB 23189170
HSL0.900.750.63
HSV326°61°91°
CMYK 0.000.610.26   0.09
XYZ43.783127.036040.9410
Yxy27.03600.39180.2419
Hunter Lab51.996259.3118-10.2868
CIE-Lab59.007662.8442-15.0307

#e759aa color RGB value is (231,89,170).

#e759aa hex color red value is 231, green value is 89 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e759aa hue: 0.90 , saturation: 0.75 and the lightness value of e759aa is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011001 10101010
Octal 347 131 252
Decimal 231 89 170
Hex E7 59 AA

RGB Percentages of Color #e759aa

%47.14
%18.16
%34.69

CMYK Percentages of Color #e759aa

%0
%61
%26
%9

Triadic Colors of #e759aa

#e759aa #aae759 #59aae7

Analogous Colors of #e759aa

#e759aa #e75963 #dd59e7

Monochromatic Colors of #e759aa

#e759aa

Complementary Color

#e759aa #59e796

#e759aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e759aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e759aa Color CSS Codes

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

#e759aa Text Font Color

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

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


#e759aa Background Color

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

This div background color is #e759aa


#e759aa Border Color

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

This div border color is #e759aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e759aa


Comments

No comments written yet.

Please login to write comment.