Color Hex Logo

#e71abc Color Hex

#E71ABC
(231,26,188)
0 Favorites   0 Comments

Color spaces of #e71abc

RGB 23126188
HSL0.870.810.50
HSV313°89°91°
CMYK 0.000.890.19   0.09
XYZ42.401521.358649.4648
Yxy21.35860.37450.1886
Hunter Lab46.215482.8926-31.1080
CIE-Lab53.339783.1695-34.1964

#e71abc color RGB value is (231,26,188).

#e71abc hex color red value is 231, green value is 26 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e71abc hue: 0.87 , saturation: 0.81 and the lightness value of e71abc is 0.50.

The process color (four color CMYK) of #e71abc color hex is 0.00, 0.89, 0.19, 0.09. Web safe color of #e71abc is #ff33cc. Color #e71abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011010 10111100
Octal 347 32 274
Decimal 231 26 188
Hex E7 1A BC

RGB Percentages of Color #e71abc

%51.91
%5.84
%42.25

CMYK Percentages of Color #e71abc

%0
%89
%19
%9

Triadic Colors of #e71abc

#e71abc #bce71a #1abce7

Analogous Colors of #e71abc

#e71abc #e71a55 #ac1ae7

Monochromatic Colors of #e71abc

#e71abc

Complementary Color

#e71abc #1ae745

#e71abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71abc Color CSS Codes

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

#e71abc Text Font Color

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

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


#e71abc Background Color

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

This div background color is #e71abc


#e71abc Border Color

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

This div border color is #e71abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71abc


Comments

No comments written yet.

Please login to write comment.