Color Hex Logo

#e12efe Color Hex

#E12EFE
(225,46,254)
0 Favorites   0 Comments

Color spaces of #e12efe

RGB 22546254
HSL0.810.990.59
HSV292°82°100°
CMYK 0.110.820.00   0.00
XYZ49.917725.117395.9831
Yxy25.11730.29190.1469
Hunter Lab50.117290.0845-78.4687
CIE-Lab57.189587.9336-65.5786

#e12efe color RGB value is (225,46,254).

#e12efe hex color red value is 225, green value is 46 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e12efe hue: 0.81 , saturation: 0.99 and the lightness value of e12efe is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101110 11111110
Octal 341 56 376
Decimal 225 46 254
Hex E1 2E FE

RGB Percentages of Color #e12efe

%42.86
%8.76
%48.38

CMYK Percentages of Color #e12efe

%11
%82
%0
%0

Triadic Colors of #e12efe

#e12efe #fee12e #2efee1

Analogous Colors of #e12efe

#e12efe #fe2eb3 #792efe

Monochromatic Colors of #e12efe

#e12efe

Complementary Color

#e12efe #4bfe2e

#e12efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12efe Color CSS Codes

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

#e12efe Text Font Color

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

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


#e12efe Background Color

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

This div background color is #e12efe


#e12efe Border Color

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

This div border color is #e12efe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,46,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12efe


Comments

No comments written yet.

Please login to write comment.