Color Hex Logo

#e21aec Color Hex

#E21AEC
(226,26,236)
0 Favorites   0 Comments

Color spaces of #e21aec

RGB 22626236
HSL0.830.850.51
HSV297°89°93°
CMYK 0.040.890.00   0.07
XYZ46.873722.963781.3188
Yxy22.96370.31010.1519
Hunter Lab47.920590.7401-67.0681
CIE-Lab55.034988.8482-58.9829

#e21aec color RGB value is (226,26,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00011010 11101100
Octal 342 32 354
Decimal 226 26 236
Hex E2 1A EC

RGB Percentages of Color #e21aec

%46.31
%5.33
%48.36

CMYK Percentages of Color #e21aec

%4
%89
%0
%7

Triadic Colors of #e21aec

#e21aec #ece21a #1aece2

Analogous Colors of #e21aec

#e21aec #ec1a8d #791aec

Monochromatic Colors of #e21aec

#e21aec

Complementary Color

#e21aec #24ec1a

#e21aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e21aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e21aec Color CSS Codes

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

#e21aec Text Font Color

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

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


#e21aec Background Color

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

This div background color is #e21aec


#e21aec Border Color

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

This div border color is #e21aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e21aec


Comments

No comments written yet.

Please login to write comment.