Color Hex Logo

#e64aaa Color Hex

#E64AAA
(230,74,170)
0 Favorites   0 Comments

Color spaces of #e64aaa

RGB 23074170
HSL0.900.760.60
HSV323°68°90°
CMYK 0.000.680.26   0.10
XYZ42.337624.622840.5515
Yxy24.62280.39380.2290
Hunter Lab49.621465.4611-13.7179
CIE-Lab56.706068.4676-18.5397

#e64aaa color RGB value is (230,74,170).

#e64aaa hex color red value is 230, green value is 74 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e64aaa hue: 0.90 , saturation: 0.76 and the lightness value of e64aaa is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001010 10101010
Octal 346 112 252
Decimal 230 74 170
Hex E6 4A AA

RGB Percentages of Color #e64aaa

%48.52
%15.61
%35.86

CMYK Percentages of Color #e64aaa

%0
%68
%26
%10

Triadic Colors of #e64aaa

#e64aaa #aae64a #4aaae6

Analogous Colors of #e64aaa

#e64aaa #e64a5c #d44ae6

Monochromatic Colors of #e64aaa

#e64aaa

Complementary Color

#e64aaa #4ae686

#e64aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64aaa Color CSS Codes

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

#e64aaa Text Font Color

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

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


#e64aaa Background Color

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

This div background color is #e64aaa


#e64aaa Border Color

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

This div border color is #e64aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64aaa


Comments

No comments written yet.

Please login to write comment.