Color Hex Logo

#e812ea Color Hex

#E812EA
(232,18,234)
0 Favorites   0 Comments

Color spaces of #e812ea

RGB 23218234
HSL0.830.860.49
HSV299°92°92°
CMYK 0.010.920.00   0.08
XYZ48.346323.528979.8353
Yxy23.52890.31870.1551
Hunter Lab48.506693.0236-63.6287
CIE-Lab55.613090.4507-56.8760

#e812ea color RGB value is (232,18,234).

#e812ea hex color red value is 232, green value is 18 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e812ea hue: 0.83 , saturation: 0.86 and the lightness value of e812ea is 0.49.

The process color (four color CMYK) of #e812ea color hex is 0.01, 0.92, 0.00, 0.08. Web safe color of #e812ea is #ff00ff. Color #e812ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00010010 11101010
Octal 350 22 352
Decimal 232 18 234
Hex E8 12 EA

RGB Percentages of Color #e812ea

%47.93
%3.72
%48.35

CMYK Percentages of Color #e812ea

%1
%92
%0
%8

Triadic Colors of #e812ea

#e812ea #eae812 #12eae8

Analogous Colors of #e812ea

#e812ea #ea1280 #7c12ea

Monochromatic Colors of #e812ea

#e812ea

Complementary Color

#e812ea #14ea12

#e812ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e812ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e812ea Color CSS Codes

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

#e812ea Text Font Color

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

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


#e812ea Background Color

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

This div background color is #e812ea


#e812ea Border Color

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

This div border color is #e812ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,18,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e812ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e812ea;
  -webkit-box-shadow: 1px 1px 3px 2px #e812ea;
  box-shadow:         1px 1px 3px 2px #e812ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,18,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e812ea

#e812ea Color Palettes


Comments

No comments written yet.

Please login to write comment.