Color Hex Logo

#e61aea Color Hex

#E61AEA
(230,26,234)
0 Favorites   0 Comments

Color spaces of #e61aea

RGB 23026234
HSL0.830.830.51
HSV299°89°92°
CMYK 0.020.890.00   0.08
XYZ47.853823.502379.8561
Yxy23.50230.31650.1554
Hunter Lab48.479291.3588-63.7285
CIE-Lab55.586089.2072-56.9383

#e61aea color RGB value is (230,26,234).

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

The process color (four color CMYK) of #e61aea color hex is 0.02, 0.89, 0.00, 0.08. Web safe color of #e61aea is #ff33ff. Color #e61aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00011010 11101010
Octal 346 32 352
Decimal 230 26 234
Hex E6 1A EA

RGB Percentages of Color #e61aea

%46.94
%5.31
%47.76

CMYK Percentages of Color #e61aea

%2
%89
%0
%8

Triadic Colors of #e61aea

#e61aea #eae61a #1aeae6

Analogous Colors of #e61aea

#e61aea #ea1a86 #7e1aea

Monochromatic Colors of #e61aea

#e61aea

Complementary Color

#e61aea #1eea1a

#e61aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e61aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e61aea Color CSS Codes

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

#e61aea Text Font Color

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

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


#e61aea Background Color

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

This div background color is #e61aea


#e61aea Border Color

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

This div border color is #e61aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e61aea


Comments

No comments written yet.

Please login to write comment.