Color Hex Logo

#e71ddf Color Hex

#E71DDF
(231,29,223)
0 Favorites   0 Comments

Color spaces of #e71ddf

RGB 23129223
HSL0.840.810.51
HSV302°87°91°
CMYK 0.000.870.03   0.09
XYZ46.713623.195471.8271
Yxy23.19540.32960.1637
Hunter Lab48.161688.8505-54.7106
CIE-Lab55.273087.3716-51.2184

#e71ddf color RGB value is (231,29,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011101 11011111
Octal 347 35 337
Decimal 231 29 223
Hex E7 1D DF

RGB Percentages of Color #e71ddf

%47.83
%6.00
%46.17

CMYK Percentages of Color #e71ddf

%0
%87
%3
%9

Triadic Colors of #e71ddf

#e71ddf #dfe71d #1ddfe7

Analogous Colors of #e71ddf

#e71ddf #e71d7a #8a1de7

Monochromatic Colors of #e71ddf

#e71ddf

Complementary Color

#e71ddf #1de725

#e71ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71ddf Color CSS Codes

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

#e71ddf Text Font Color

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

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


#e71ddf Background Color

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

This div background color is #e71ddf


#e71ddf Border Color

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

This div border color is #e71ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71ddf


Comments

No comments written yet.

Please login to write comment.