Color Hex Logo

#e63aaa Color Hex

#E63AAA
(230,58,170)
0 Favorites   0 Comments

Color spaces of #e63aaa

RGB 23058170
HSL0.890.770.56
HSV321°75°90°
CMYK 0.000.750.26   0.10
XYZ41.401922.751440.2395
Yxy22.75140.39660.2179
Hunter Lab47.698471.4645-16.6295
CIE-Lab54.815373.7830-21.4296

#e63aaa color RGB value is (230,58,170).

#e63aaa hex color red value is 230, green value is 58 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e63aaa hue: 0.89 , saturation: 0.77 and the lightness value of e63aaa is 0.56.

The process color (four color CMYK) of #e63aaa color hex is 0.00, 0.75, 0.26, 0.10. Web safe color of #e63aaa is #ff3399. Color #e63aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00111010 10101010
Octal 346 72 252
Decimal 230 58 170
Hex E6 3A AA

RGB Percentages of Color #e63aaa

%50.22
%12.66
%37.12

CMYK Percentages of Color #e63aaa

%0
%75
%26
%10

Triadic Colors of #e63aaa

#e63aaa #aae63a #3aaae6

Analogous Colors of #e63aaa

#e63aaa #e63a54 #cc3ae6

Monochromatic Colors of #e63aaa

#e63aaa

Complementary Color

#e63aaa #3ae676

#e63aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e63aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e63aaa Color CSS Codes

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

#e63aaa Text Font Color

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

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


#e63aaa Background Color

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

This div background color is #e63aaa


#e63aaa Border Color

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

This div border color is #e63aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,58,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e63aaa


Comments

No comments written yet.

Please login to write comment.