Color Hex Logo

#e71499 Color Hex

#E71499
(231,20,153)
0 Favorites   0 Comments

Color spaces of #e71499

RGB 23120153
HSL0.890.840.49
HSV322°91°91°
CMYK 0.000.910.34   0.09
XYZ38.954919.789131.9035
Yxy19.78910.42970.2183
Hunter Lab44.484978.4615-11.3819
CIE-Lab51.597980.0319-16.2900

#e71499 color RGB value is (231,20,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010100 10011001
Octal 347 24 231
Decimal 231 20 153
Hex E7 14 99

RGB Percentages of Color #e71499

%57.18
%4.95
%37.87

CMYK Percentages of Color #e71499

%0
%91
%34
%9

Triadic Colors of #e71499

#e71499 #99e714 #1499e7

Analogous Colors of #e71499

#e71499 #e71430 #cc14e7

Monochromatic Colors of #e71499

#e71499

Complementary Color

#e71499 #14e762

#e71499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71499 Color CSS Codes

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

#e71499 Text Font Color

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

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


#e71499 Background Color

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

This div background color is #e71499


#e71499 Border Color

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

This div border color is #e71499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71499


Comments

No comments written yet.

Please login to write comment.