Color Hex Logo

#e71abb Color Hex

#E71ABB
(231,26,187)
0 Favorites   0 Comments

Color spaces of #e71abb

RGB 23126187
HSL0.870.810.50
HSV313°89°91°
CMYK 0.000.890.19   0.09
XYZ42.294021.315648.8989
Yxy21.31560.37590.1895
Hunter Lab46.168882.7236-30.4778
CIE-Lab53.293283.0471-33.6882

#e71abb color RGB value is (231,26,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011010 10111011
Octal 347 32 273
Decimal 231 26 187
Hex E7 1A BB

RGB Percentages of Color #e71abb

%52.03
%5.86
%42.12

CMYK Percentages of Color #e71abb

%0
%89
%19
%9

Triadic Colors of #e71abb

#e71abb #bbe71a #1abbe7

Analogous Colors of #e71abb

#e71abb #e71a54 #ad1ae7

Monochromatic Colors of #e71abb

#e71abb

Complementary Color

#e71abb #1ae746

#e71abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71abb Color CSS Codes

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

#e71abb Text Font Color

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

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


#e71abb Background Color

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

This div background color is #e71abb


#e71abb Border Color

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

This div border color is #e71abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71abb


Comments

No comments written yet.

Please login to write comment.