Color Hex Logo

#e71ec7 Color Hex

#E71EC7
(231,30,199)
0 Favorites   0 Comments

Color spaces of #e71ec7

RGB 23130199
HSL0.860.810.51
HSV310°87°91°
CMYK 0.000.870.14   0.09
XYZ43.728122.041055.9824
Yxy22.04100.35920.1810
Hunter Lab46.947884.0995-37.8362
CIE-Lab54.070583.9633-39.4127

#e71ec7 color RGB value is (231,30,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011110 11000111
Octal 347 36 307
Decimal 231 30 199
Hex E7 1E C7

RGB Percentages of Color #e71ec7

%50.22
%6.52
%43.26

CMYK Percentages of Color #e71ec7

%0
%87
%14
%9

Triadic Colors of #e71ec7

#e71ec7 #c7e71e #1ec7e7

Analogous Colors of #e71ec7

#e71ec7 #e71e63 #a31ee7

Monochromatic Colors of #e71ec7

#e71ec7

Complementary Color

#e71ec7 #1ee73e

#e71ec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71ec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71ec7 Color CSS Codes

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

#e71ec7 Text Font Color

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

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


#e71ec7 Background Color

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

This div background color is #e71ec7


#e71ec7 Border Color

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

This div border color is #e71ec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71ec7


Comments

No comments written yet.

Please login to write comment.