Color Hex Logo

#e711de Color Hex

#E711DE
(231,17,222)
0 Favorites   0 Comments

Color spaces of #e711de

RGB 23117222
HSL0.840.860.49
HSV303°93°91°
CMYK 0.000.930.04   0.09
XYZ46.340322.663771.0394
Yxy22.66370.33090.1618
Hunter Lab47.606490.4415-55.1494
CIE-Lab54.724288.6832-51.5258

#e711de color RGB value is (231,17,222).

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

The process color (four color CMYK) of #e711de color hex is 0.00, 0.93, 0.04, 0.09. Web safe color of #e711de is #ff00cc. Color #e711de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010001 11011110
Octal 347 21 336
Decimal 231 17 222
Hex E7 11 DE

RGB Percentages of Color #e711de

%49.15
%3.62
%47.23

CMYK Percentages of Color #e711de

%0
%93
%4
%9

Triadic Colors of #e711de

#e711de #dee711 #11dee7

Analogous Colors of #e711de

#e711de #e71173 #8511e7

Monochromatic Colors of #e711de

#e711de

Complementary Color

#e711de #11e71a

#e711de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e711de Color Preview on White Background

Lorem ipsum dolor sit amet.

#e711de Color CSS Codes

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

#e711de Text Font Color

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

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


#e711de Background Color

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

This div background color is #e711de


#e711de Border Color

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

This div border color is #e711de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,17,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 #e711de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e711de


Comments

No comments written yet.

Please login to write comment.