Color Hex Logo

#e71dde Color Hex

#E71DDE
(231,29,222)
0 Favorites   0 Comments

Color spaces of #e71dde

RGB 23129222
HSL0.840.810.51
HSV303°87°91°
CMYK 0.000.870.04   0.09
XYZ46.579223.141671.1190
Yxy23.14160.33070.1643
Hunter Lab48.105788.6507-53.9797
CIE-Lab55.217987.2305-50.7394

#e71dde color RGB value is (231,29,222).

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

The process color (four color CMYK) of #e71dde color hex is 0.00, 0.87, 0.04, 0.09. Web safe color of #e71dde is #ff33cc. Color #e71dde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011101 11011110
Octal 347 35 336
Decimal 231 29 222
Hex E7 1D DE

RGB Percentages of Color #e71dde

%47.93
%6.02
%46.06

CMYK Percentages of Color #e71dde

%0
%87
%4
%9

Triadic Colors of #e71dde

#e71dde #dee71d #1ddee7

Analogous Colors of #e71dde

#e71dde #e71d79 #8b1de7

Monochromatic Colors of #e71dde

#e71dde

Complementary Color

#e71dde #1de726

#e71dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71dde Color CSS Codes

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

#e71dde Text Font Color

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

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


#e71dde Background Color

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

This div background color is #e71dde


#e71dde Border Color

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

This div border color is #e71dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71dde


Comments

No comments written yet.

Please login to write comment.