Color Hex Logo

#e63aea Color Hex

#E63AEA
(230,58,234)
0 Favorites   0 Comments

Color spaces of #e63aea

RGB 23058234
HSL0.830.810.57
HSV299°75°92°
CMYK 0.020.750.00   0.08
XYZ48.997525.789680.2373
Yxy25.78960.31610.1664
Hunter Lab50.783583.3514-58.1291
CIE-Lab57.836882.6494-53.3441

#e63aea color RGB value is (230,58,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00111010 11101010
Octal 346 72 352
Decimal 230 58 234
Hex E6 3A EA

RGB Percentages of Color #e63aea

%44.06
%11.11
%44.83

CMYK Percentages of Color #e63aea

%2
%75
%0
%8

Triadic Colors of #e63aea

#e63aea #eae63a #3aeae6

Analogous Colors of #e63aea

#e63aea #ea3a96 #8e3aea

Monochromatic Colors of #e63aea

#e63aea

Complementary Color

#e63aea #3eea3a

#e63aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e63aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e63aea Color CSS Codes

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

#e63aea Text Font Color

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

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


#e63aea Background Color

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

This div background color is #e63aea


#e63aea Border Color

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

This div border color is #e63aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e63aea


Comments

No comments written yet.

Please login to write comment.