Color Hex Logo

#e71bea Color Hex

#E71BEA
(231,27,234)
0 Favorites   0 Comments

Color spaces of #e71bea

RGB 23127234
HSL0.830.830.51
HSV299°88°92°
CMYK 0.010.880.00   0.08
XYZ48.198223.713379.8787
Yxy23.71330.31750.1562
Hunter Lab48.696391.4556-63.1686
CIE-Lab55.799689.2385-56.5870

#e71bea color RGB value is (231,27,234).

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

The process color (four color CMYK) of #e71bea color hex is 0.01, 0.88, 0.00, 0.08. Web safe color of #e71bea is #ff33ff. Color #e71bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011011 11101010
Octal 347 33 352
Decimal 231 27 234
Hex E7 1B EA

RGB Percentages of Color #e71bea

%46.95
%5.49
%47.56

CMYK Percentages of Color #e71bea

%1
%88
%0
%8

Triadic Colors of #e71bea

#e71bea #eae71b #1beae7

Analogous Colors of #e71bea

#e71bea #ea1b86 #801bea

Monochromatic Colors of #e71bea

#e71bea

Complementary Color

#e71bea #1eea1b

#e71bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71bea Color CSS Codes

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

#e71bea Text Font Color

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

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


#e71bea Background Color

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

This div background color is #e71bea


#e71bea Border Color

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

This div border color is #e71bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71bea


Comments

No comments written yet.

Please login to write comment.