Color Hex Logo

#e71dac Color Hex

#E71DAC
(231,29,172)
0 Favorites   0 Comments

Color spaces of #e71dac

RGB 23129172
HSL0.880.810.51
HSV318°87°91°
CMYK 0.000.870.26   0.09
XYZ40.840820.846240.9009
Yxy20.84620.39810.2032
Hunter Lab45.657679.7675-21.1527
CIE-Lab52.780880.8328-25.7196

#e71dac color RGB value is (231,29,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011101 10101100
Octal 347 35 254
Decimal 231 29 172
Hex E7 1D AC

RGB Percentages of Color #e71dac

%53.47
%6.71
%39.81

CMYK Percentages of Color #e71dac

%0
%87
%26
%9

Triadic Colors of #e71dac

#e71dac #ace71d #1dace7

Analogous Colors of #e71dac

#e71dac #e71d47 #bd1de7

Monochromatic Colors of #e71dac

#e71dac

Complementary Color

#e71dac #1de758

#e71dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71dac Color CSS Codes

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

#e71dac Text Font Color

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

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


#e71dac Background Color

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

This div background color is #e71dac


#e71dac Border Color

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

This div border color is #e71dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71dac


Comments

No comments written yet.

Please login to write comment.