Color Hex Logo

#e714ad Color Hex

#E714AD
(231,20,173)
0 Favorites   0 Comments

Color spaces of #e714ad

RGB 23120173
HSL0.880.840.49
HSV316°91°91°
CMYK 0.000.910.25   0.09
XYZ40.748020.506441.3456
Yxy20.50640.39720.1999
Hunter Lab45.284081.3731-22.4347
CIE-Lab52.405082.1665-26.8885

#e714ad color RGB value is (231,20,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010100 10101101
Octal 347 24 255
Decimal 231 20 173
Hex E7 14 AD

RGB Percentages of Color #e714ad

%54.48
%4.72
%40.80

CMYK Percentages of Color #e714ad

%0
%91
%25
%9

Triadic Colors of #e714ad

#e714ad #ade714 #14ade7

Analogous Colors of #e714ad

#e714ad #e71444 #b814e7

Monochromatic Colors of #e714ad

#e714ad

Complementary Color

#e714ad #14e74e

#e714ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e714ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e714ad Color CSS Codes

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

#e714ad Text Font Color

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

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


#e714ad Background Color

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

This div background color is #e714ad


#e714ad Border Color

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

This div border color is #e714ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e714ad


Comments

No comments written yet.

Please login to write comment.