Color Hex Logo

#e762aa Color Hex

#E762AA
(231,98,170)
0 Favorites   0 Comments

Color spaces of #e762aa

RGB 23198170
HSL0.910.730.65
HSV328°58°91°
CMYK 0.000.580.26   0.09
XYZ44.578428.626641.2062
Yxy28.62660.38960.2502
Hunter Lab53.503855.0912-8.2098
CIE-Lab60.450758.9483-12.8537

#e762aa color RGB value is (231,98,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100010 10101010
Octal 347 142 252
Decimal 231 98 170
Hex E7 62 AA

RGB Percentages of Color #e762aa

%46.29
%19.64
%34.07

CMYK Percentages of Color #e762aa

%0
%58
%26
%9

Triadic Colors of #e762aa

#e762aa #aae762 #62aae7

Analogous Colors of #e762aa

#e762aa #e76268 #e262e7

Monochromatic Colors of #e762aa

#e762aa

Complementary Color

#e762aa #62e79f

#e762aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e762aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e762aa Color CSS Codes

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

#e762aa Text Font Color

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

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


#e762aa Background Color

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

This div background color is #e762aa


#e762aa Border Color

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

This div border color is #e762aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e762aa


Comments

No comments written yet.

Please login to write comment.