Color Hex Logo

#e714af Color Hex

#E714AF
(231,20,175)
0 Favorites   0 Comments

Color spaces of #e714af

RGB 23120175
HSL0.880.840.49
HSV316°91°91°
CMYK 0.000.910.24   0.09
XYZ40.943020.584442.3727
Yxy20.58440.39410.1981
Hunter Lab45.370081.6851-23.6140
CIE-Lab52.491682.3936-27.9287

#e714af color RGB value is (231,20,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010100 10101111
Octal 347 24 257
Decimal 231 20 175
Hex E7 14 AF

RGB Percentages of Color #e714af

%54.23
%4.69
%41.08

CMYK Percentages of Color #e714af

%0
%91
%24
%9

Triadic Colors of #e714af

#e714af #afe714 #14afe7

Analogous Colors of #e714af

#e714af #e71446 #b614e7

Monochromatic Colors of #e714af

#e714af

Complementary Color

#e714af #14e74c

#e714af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e714af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e714af Color CSS Codes

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

#e714af Text Font Color

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

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


#e714af Background Color

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

This div background color is #e714af


#e714af Border Color

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

This div border color is #e714af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e714af


Comments

No comments written yet.

Please login to write comment.