Color Hex Logo

#e21aeb Color Hex

#E21AEB
(226,26,235)
0 Favorites   0 Comments

Color spaces of #e21aeb

RGB 22626235
HSL0.830.840.51
HSV297°89°92°
CMYK 0.040.890.00   0.08
XYZ46.728822.905780.5556
Yxy22.90570.31110.1525
Hunter Lab47.859990.5266-66.2923
CIE-Lab54.975188.6987-58.5167

#e21aeb color RGB value is (226,26,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00011010 11101011
Octal 342 32 353
Decimal 226 26 235
Hex E2 1A EB

RGB Percentages of Color #e21aeb

%46.41
%5.34
%48.25

CMYK Percentages of Color #e21aeb

%4
%89
%0
%8

Triadic Colors of #e21aeb

#e21aeb #ebe21a #1aebe2

Analogous Colors of #e21aeb

#e21aeb #eb1a8c #7a1aeb

Monochromatic Colors of #e21aeb

#e21aeb

Complementary Color

#e21aeb #23eb1a

#e21aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e21aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e21aeb Color CSS Codes

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

#e21aeb Text Font Color

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

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


#e21aeb Background Color

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

This div background color is #e21aeb


#e21aeb Border Color

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

This div border color is #e21aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e21aeb


Comments

No comments written yet.

Please login to write comment.