Color Hex Logo

#e763ac Color Hex

#E763AC
(231,99,172)
0 Favorites   0 Comments

Color spaces of #e763ac

RGB 23199172
HSL0.910.730.65
HSV327°57°91°
CMYK 0.000.570.26   0.09
XYZ44.863228.891242.2417
Yxy28.89120.38680.2491
Hunter Lab53.750554.9226-8.9697
CIE-Lab60.685558.7617-13.6507

#e763ac color RGB value is (231,99,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100011 10101100
Octal 347 143 254
Decimal 231 99 172
Hex E7 63 AC

RGB Percentages of Color #e763ac

%46.02
%19.72
%34.26

CMYK Percentages of Color #e763ac

%0
%57
%26
%9

Triadic Colors of #e763ac

#e763ac #ace763 #63ace7

Analogous Colors of #e763ac

#e763ac #e7636a #e063e7

Monochromatic Colors of #e763ac

#e763ac

Complementary Color

#e763ac #63e79e

#e763ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e763ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e763ac Color CSS Codes

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

#e763ac Text Font Color

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

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


#e763ac Background Color

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

This div background color is #e763ac


#e763ac Border Color

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

This div border color is #e763ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e763ac


Comments

No comments written yet.

Please login to write comment.