Color Hex Logo

#e719af Color Hex

#E719AF
(231,25,175)
0 Favorites   0 Comments

Color spaces of #e719af

RGB 23125175
HSL0.880.810.50
HSV316°89°91°
CMYK 0.000.890.24   0.09
XYZ41.040520.779342.4052
Yxy20.77930.39380.1994
Hunter Lab45.584380.9347-23.2460
CIE-Lab52.707181.7642-27.5945

#e719af color RGB value is (231,25,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011001 10101111
Octal 347 31 257
Decimal 231 25 175
Hex E7 19 AF

RGB Percentages of Color #e719af

%53.60
%5.80
%40.60

CMYK Percentages of Color #e719af

%0
%89
%24
%9

Triadic Colors of #e719af

#e719af #afe719 #19afe7

Analogous Colors of #e719af

#e719af #e71948 #b819e7

Monochromatic Colors of #e719af

#e719af

Complementary Color

#e719af #19e751

#e719af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e719af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e719af Color CSS Codes

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

#e719af Text Font Color

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

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


#e719af Background Color

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

This div background color is #e719af


#e719af Border Color

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

This div border color is #e719af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e719af


Comments

No comments written yet.

Please login to write comment.