Color Hex Logo

#e12aeb Color Hex

#E12AEB
(225,42,235)
0 Favorites   0 Comments

Color spaces of #e12aeb

RGB 22542235
HSL0.820.830.54
HSV297°82°92°
CMYK 0.040.820.00   0.08
XYZ46.874723.661680.6938
Yxy23.66160.31000.1565
Hunter Lab48.643286.8848-64.3055
CIE-Lab55.747485.7801-57.2885

#e12aeb color RGB value is (225,42,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101010 11101011
Octal 341 52 353
Decimal 225 42 235
Hex E1 2A EB

RGB Percentages of Color #e12aeb

%44.82
%8.37
%46.81

CMYK Percentages of Color #e12aeb

%4
%82
%0
%8

Triadic Colors of #e12aeb

#e12aeb #ebe12a #2aebe1

Analogous Colors of #e12aeb

#e12aeb #eb2a95 #812aeb

Monochromatic Colors of #e12aeb

#e12aeb

Complementary Color

#e12aeb #34eb2a

#e12aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12aeb Color CSS Codes

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

#e12aeb Text Font Color

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

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


#e12aeb Background Color

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

This div background color is #e12aeb


#e12aeb Border Color

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

This div border color is #e12aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12aeb


Comments

No comments written yet.

Please login to write comment.