Color Hex Logo

#e71bae Color Hex

#E71BAE
(231,27,174)
0 Favorites   0 Comments

Color spaces of #e71bae

RGB 23127174
HSL0.880.810.51
HSV317°88°91°
CMYK 0.000.880.25   0.09
XYZ40.986920.828841.9045
Yxy20.82880.39520.2008
Hunter Lab45.638680.4390-22.4920
CIE-Lab52.761681.3647-26.9233

#e71bae color RGB value is (231,27,174).

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

The process color (four color CMYK) of #e71bae color hex is 0.00, 0.88, 0.25, 0.09. Web safe color of #e71bae is #ff3399. Color #e71bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011011 10101110
Octal 347 33 256
Decimal 231 27 174
Hex E7 1B AE

RGB Percentages of Color #e71bae

%53.47
%6.25
%40.28

CMYK Percentages of Color #e71bae

%0
%88
%25
%9

Triadic Colors of #e71bae

#e71bae #aee71b #1baee7

Analogous Colors of #e71bae

#e71bae #e71b48 #ba1be7

Monochromatic Colors of #e71bae

#e71bae

Complementary Color

#e71bae #1be754

#e71bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71bae Color CSS Codes

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

#e71bae Text Font Color

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

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


#e71bae Background Color

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

This div background color is #e71bae


#e71bae Border Color

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

This div border color is #e71bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71bae


Comments

No comments written yet.

Please login to write comment.