Color Hex Logo

#e11aeb Color Hex

#E11AEB
(225,26,235)
0 Favorites   0 Comments

Color spaces of #e11aeb

RGB 22526235
HSL0.830.840.51
HSV297°89°92°
CMYK 0.040.890.00   0.08
XYZ46.416122.744580.5410
Yxy22.74450.31010.1519
Hunter Lab47.691290.2680-66.7453
CIE-Lab54.808288.5358-58.7935

#e11aeb color RGB value is (225,26,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011010 11101011
Octal 341 32 353
Decimal 225 26 235
Hex E1 1A EB

RGB Percentages of Color #e11aeb

%46.30
%5.35
%48.35

CMYK Percentages of Color #e11aeb

%4
%89
%0
%8

Triadic Colors of #e11aeb

#e11aeb #ebe11a #1aebe1

Analogous Colors of #e11aeb

#e11aeb #eb1a8d #791aeb

Monochromatic Colors of #e11aeb

#e11aeb

Complementary Color

#e11aeb #24eb1a

#e11aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11aeb Color CSS Codes

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

#e11aeb Text Font Color

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

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


#e11aeb Background Color

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

This div background color is #e11aeb


#e11aeb Border Color

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

This div border color is #e11aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11aeb


Comments

No comments written yet.

Please login to write comment.