Color Hex Logo

#e718ac Color Hex

#E718AC
(231,24,172)
0 Favorites   0 Comments

Color spaces of #e718ac

RGB 23124172
HSL0.880.810.50
HSV317°90°91°
CMYK 0.000.900.26   0.09
XYZ40.728020.620740.8633
Yxy20.62070.39850.2017
Hunter Lab45.410080.6281-21.5665
CIE-Lab52.531981.5580-26.1045

#e718ac color RGB value is (231,24,172).

#e718ac hex color red value is 231, green value is 24 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e718ac hue: 0.88 , saturation: 0.81 and the lightness value of e718ac is 0.50.

The process color (four color CMYK) of #e718ac color hex is 0.00, 0.90, 0.26, 0.09. Web safe color of #e718ac is #ff0099. Color #e718ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011000 10101100
Octal 347 30 254
Decimal 231 24 172
Hex E7 18 AC

RGB Percentages of Color #e718ac

%54.10
%5.62
%40.28

CMYK Percentages of Color #e718ac

%0
%90
%26
%9

Triadic Colors of #e718ac

#e718ac #ace718 #18ace7

Analogous Colors of #e718ac

#e718ac #e71845 #bb18e7

Monochromatic Colors of #e718ac

#e718ac

Complementary Color

#e718ac #18e753

#e718ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e718ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e718ac Color CSS Codes

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

#e718ac Text Font Color

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

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


#e718ac Background Color

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

This div background color is #e718ac


#e718ac Border Color

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

This div border color is #e718ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e718ac


Comments

No comments written yet.

Please login to write comment.