Color Hex Logo

#e71dae Color Hex

#E71DAE
(231,29,174)
0 Favorites   0 Comments

Color spaces of #e71dae

RGB 23129174
HSL0.880.810.51
HSV317°87°91°
CMYK 0.000.870.25   0.09
XYZ41.034320.923641.9203
Yxy20.92360.39500.2014
Hunter Lab45.742380.0789-22.3164
CIE-Lab52.865881.0613-26.7620

#e71dae color RGB value is (231,29,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011101 10101110
Octal 347 35 256
Decimal 231 29 174
Hex E7 1D AE

RGB Percentages of Color #e71dae

%53.23
%6.68
%40.09

CMYK Percentages of Color #e71dae

%0
%87
%25
%9

Triadic Colors of #e71dae

#e71dae #aee71d #1daee7

Analogous Colors of #e71dae

#e71dae #e71d49 #bb1de7

Monochromatic Colors of #e71dae

#e71dae

Complementary Color

#e71dae #1de756

#e71dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71dae Color CSS Codes

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

#e71dae Text Font Color

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

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


#e71dae Background Color

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

This div background color is #e71dae


#e71dae Border Color

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

This div border color is #e71dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71dae


Comments

No comments written yet.

Please login to write comment.