Color Hex Logo

#e714ac Color Hex

#E714AC
(231,20,172)
0 Favorites   0 Comments

Color spaces of #e714ac

RGB 23120172
HSL0.880.840.49
HSV317°91°91°
CMYK 0.000.910.26   0.09
XYZ40.651520.467840.8378
Yxy20.46780.39870.2007
Hunter Lab45.241481.2183-21.8501
CIE-Lab52.362082.0537-26.3672

#e714ac color RGB value is (231,20,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010100 10101100
Octal 347 24 254
Decimal 231 20 172
Hex E7 14 AC

RGB Percentages of Color #e714ac

%54.61
%4.73
%40.66

CMYK Percentages of Color #e714ac

%0
%91
%26
%9

Triadic Colors of #e714ac

#e714ac #ace714 #14ace7

Analogous Colors of #e714ac

#e714ac #e71442 #b914e7

Monochromatic Colors of #e714ac

#e714ac

Complementary Color

#e714ac #14e74f

#e714ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e714ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e714ac Color CSS Codes

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

#e714ac Text Font Color

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

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


#e714ac Background Color

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

This div background color is #e714ac


#e714ac Border Color

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

This div border color is #e714ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e714ac


Comments

No comments written yet.

Please login to write comment.