Color Hex Logo

#e762ae Color Hex

#E762AE
(231,98,174)
0 Favorites   0 Comments

Color spaces of #e762ae

RGB 23198174
HSL0.900.730.65
HSV326°58°91°
CMYK 0.000.580.25   0.09
XYZ44.962728.780343.2298
Yxy28.78030.38440.2460
Hunter Lab53.647355.7212-10.2237
CIE-Lab60.587259.4728-14.9486

#e762ae color RGB value is (231,98,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100010 10101110
Octal 347 142 256
Decimal 231 98 174
Hex E7 62 AE

RGB Percentages of Color #e762ae

%45.92
%19.48
%34.59

CMYK Percentages of Color #e762ae

%0
%58
%25
%9

Triadic Colors of #e762ae

#e762ae #aee762 #62aee7

Analogous Colors of #e762ae

#e762ae #e7626c #de62e7

Monochromatic Colors of #e762ae

#e762ae

Complementary Color

#e762ae #62e79b

#e762ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e762ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e762ae Color CSS Codes

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

#e762ae Text Font Color

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

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


#e762ae Background Color

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

This div background color is #e762ae


#e762ae Border Color

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

This div border color is #e762ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e762ae


Comments

No comments written yet.

Please login to write comment.