Color Hex Logo

#e762ac Color Hex

#E762AC
(231,98,172)
0 Favorites   0 Comments

Color spaces of #e762ac

RGB 23198172
HSL0.910.730.65
HSV327°58°91°
CMYK 0.000.580.26   0.09
XYZ44.769128.702842.2103
Yxy28.70280.38700.2481
Hunter Lab53.575055.4045-9.2105
CIE-Lab60.518459.2094-13.9025

#e762ac color RGB value is (231,98,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100010 10101100
Octal 347 142 254
Decimal 231 98 172
Hex E7 62 AC

RGB Percentages of Color #e762ac

%46.11
%19.56
%34.33

CMYK Percentages of Color #e762ac

%0
%58
%26
%9

Triadic Colors of #e762ac

#e762ac #ace762 #62ace7

Analogous Colors of #e762ac

#e762ac #e7626a #e062e7

Monochromatic Colors of #e762ac

#e762ac

Complementary Color

#e762ac #62e79d

#e762ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e762ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e762ac Color CSS Codes

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

#e762ac Text Font Color

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

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


#e762ac Background Color

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

This div background color is #e762ac


#e762ac Border Color

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

This div border color is #e762ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e762ac


Comments

No comments written yet.

Please login to write comment.