Color Hex Logo

#e71aeb Color Hex

#E71AEB
(231,26,235)
0 Favorites   0 Comments

Color spaces of #e71aeb

RGB 23126235
HSL0.830.840.51
HSV299°89°92°
CMYK 0.020.890.00   0.08
XYZ48.319823.725980.6301
Yxy23.72590.31650.1554
Hunter Lab48.709291.8317-64.0483
CIE-Lab55.812389.5187-57.1289

#e71aeb color RGB value is (231,26,235).

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

The process color (four color CMYK) of #e71aeb color hex is 0.02, 0.89, 0.00, 0.08. Web safe color of #e71aeb is #ff33ff. Color #e71aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011010 11101011
Octal 347 32 353
Decimal 231 26 235
Hex E7 1A EB

RGB Percentages of Color #e71aeb

%46.95
%5.28
%47.76

CMYK Percentages of Color #e71aeb

%2
%89
%0
%8

Triadic Colors of #e71aeb

#e71aeb #ebe71a #1aebe7

Analogous Colors of #e71aeb

#e71aeb #eb1a87 #7f1aeb

Monochromatic Colors of #e71aeb

#e71aeb

Complementary Color

#e71aeb #1eeb1a

#e71aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71aeb Color CSS Codes

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

#e71aeb Text Font Color

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

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


#e71aeb Background Color

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

This div background color is #e71aeb


#e71aeb Border Color

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

This div border color is #e71aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71aeb


Comments

No comments written yet.

Please login to write comment.