Color Hex Logo

#e31aeb Color Hex

#E31AEB
(227,26,235)
0 Favorites   0 Comments

Color spaces of #e31aeb

RGB 22726235
HSL0.830.840.51
HSV298°89°92°
CMYK 0.030.890.00   0.08
XYZ47.043323.067880.5703
Yxy23.06780.31220.1531
Hunter Lab48.028990.7862-65.8409
CIE-Lab55.142188.8621-58.2397

#e31aeb color RGB value is (227,26,235).

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

The process color (four color CMYK) of #e31aeb color hex is 0.03, 0.89, 0.00, 0.08. Web safe color of #e31aeb is #cc33ff. Color #e31aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011010 11101011
Octal 343 32 353
Decimal 227 26 235
Hex E3 1A EB

RGB Percentages of Color #e31aeb

%46.52
%5.33
%48.16

CMYK Percentages of Color #e31aeb

%3
%89
%0
%8

Triadic Colors of #e31aeb

#e31aeb #ebe31a #1aebe3

Analogous Colors of #e31aeb

#e31aeb #eb1a8b #7b1aeb

Monochromatic Colors of #e31aeb

#e31aeb

Complementary Color

#e31aeb #22eb1a

#e31aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31aeb Color CSS Codes

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

#e31aeb Text Font Color

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

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


#e31aeb Background Color

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

This div background color is #e31aeb


#e31aeb Border Color

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

This div border color is #e31aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,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 #e31aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31aeb


Comments

No comments written yet.

Please login to write comment.