Color Hex Logo

#e71daa Color Hex

#E71DAA
(231,29,170)
0 Favorites   0 Comments

Color spaces of #e71daa

RGB 23129170
HSL0.880.810.51
HSV318°87°91°
CMYK 0.000.870.26   0.09
XYZ40.650120.769939.8967
Yxy20.76990.40120.2050
Hunter Lab45.574079.4600-20.0022
CIE-Lab52.696780.6068-24.6736

#e71daa color RGB value is (231,29,170).

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

The process color (four color CMYK) of #e71daa color hex is 0.00, 0.87, 0.26, 0.09. Web safe color of #e71daa is #ff3399. Color #e71daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011101 10101010
Octal 347 35 252
Decimal 231 29 170
Hex E7 1D AA

RGB Percentages of Color #e71daa

%53.72
%6.74
%39.53

CMYK Percentages of Color #e71daa

%0
%87
%26
%9

Triadic Colors of #e71daa

#e71daa #aae71d #1daae7

Analogous Colors of #e71daa

#e71daa #e71d45 #bf1de7

Monochromatic Colors of #e71daa

#e71daa

Complementary Color

#e71daa #1de75a

#e71daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71daa Color CSS Codes

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

#e71daa Text Font Color

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

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


#e71daa Background Color

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

This div background color is #e71daa


#e71daa Border Color

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

This div border color is #e71daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71daa


Comments

No comments written yet.

Please login to write comment.