Color Hex Logo

#e71493 Color Hex

#E71493
(231,20,147)
0 Favorites   0 Comments

Color spaces of #e71493

RGB 23120147
HSL0.900.840.49
HSV324°91°91°
CMYK 0.000.910.36   0.09
XYZ38.471619.595829.3585
Yxy19.59580.44000.2241
Hunter Lab44.267177.6629-8.3348
CIE-Lab51.377179.4414-13.0401

#e71493 color RGB value is (231,20,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010100 10010011
Octal 347 24 223
Decimal 231 20 147
Hex E7 14 93

RGB Percentages of Color #e71493

%58.04
%5.03
%36.93

CMYK Percentages of Color #e71493

%0
%91
%36
%9

Triadic Colors of #e71493

#e71493 #93e714 #1493e7

Analogous Colors of #e71493

#e71493 #e71429 #d214e7

Monochromatic Colors of #e71493

#e71493

Complementary Color

#e71493 #14e768

#e71493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71493 Color CSS Codes

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

#e71493 Text Font Color

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

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


#e71493 Background Color

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

This div background color is #e71493


#e71493 Border Color

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

This div border color is #e71493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71493


Comments

No comments written yet.

Please login to write comment.