Color Hex Logo

#e71aba Color Hex

#E71ABA
(231,26,186)
0 Favorites   0 Comments

Color spaces of #e71aba

RGB 23126186
HSL0.870.810.50
HSV313°89°91°
CMYK 0.000.890.19   0.09
XYZ42.187321.272948.3369
Yxy21.27290.37740.1903
Hunter Lab46.122682.5556-29.8507
CIE-Lab53.246982.9254-33.1790

#e71aba color RGB value is (231,26,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011010 10111010
Octal 347 32 272
Decimal 231 26 186
Hex E7 1A BA

RGB Percentages of Color #e71aba

%52.14
%5.87
%41.99

CMYK Percentages of Color #e71aba

%0
%89
%19
%9

Triadic Colors of #e71aba

#e71aba #bae71a #1abae7

Analogous Colors of #e71aba

#e71aba #e71a54 #ae1ae7

Monochromatic Colors of #e71aba

#e71aba

Complementary Color

#e71aba #1ae747

#e71aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71aba Color CSS Codes

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

#e71aba Text Font Color

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

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


#e71aba Background Color

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

This div background color is #e71aba


#e71aba Border Color

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

This div border color is #e71aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71aba


Comments

No comments written yet.

Please login to write comment.