Color Hex Logo

#e813ea Color Hex

#E813EA
(232,19,234)
0 Favorites   0 Comments

Color spaces of #e813ea

RGB 23219234
HSL0.830.850.50
HSV299°92°92°
CMYK 0.010.920.00   0.08
XYZ48.362923.562179.8408
Yxy23.56210.31870.1553
Hunter Lab48.540892.8994-63.5427
CIE-Lab55.646790.3513-56.8221

#e813ea color RGB value is (232,19,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00010011 11101010
Octal 350 23 352
Decimal 232 19 234
Hex E8 13 EA

RGB Percentages of Color #e813ea

%47.84
%3.92
%48.25

CMYK Percentages of Color #e813ea

%1
%92
%0
%8

Triadic Colors of #e813ea

#e813ea #eae813 #13eae8

Analogous Colors of #e813ea

#e813ea #ea1381 #7d13ea

Monochromatic Colors of #e813ea

#e813ea

Complementary Color

#e813ea #15ea13

#e813ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e813ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e813ea Color CSS Codes

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

#e813ea Text Font Color

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

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


#e813ea Background Color

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

This div background color is #e813ea


#e813ea Border Color

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

This div border color is #e813ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e813ea


Comments

No comments written yet.

Please login to write comment.