Color Hex Logo

#e604aa Color Hex

#E604AA
(230,4,170)
0 Favorites   0 Comments

Color spaces of #e604aa

RGB 2304170
HSL0.880.970.46
HSV316°98°90°
CMYK 0.000.980.26   0.10
XYZ39.932219.812139.7497
Yxy19.81210.40140.1991
Hunter Lab44.510882.2448-21.7905
CIE-Lab51.624182.9994-26.3470

#e604aa color RGB value is (230,4,170).

#e604aa hex color red value is 230, green value is 4 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e604aa hue: 0.88 , saturation: 0.97 and the lightness value of e604aa is 0.46.

The process color (four color CMYK) of #e604aa color hex is 0.00, 0.98, 0.26, 0.10. Web safe color of #e604aa is #ff0099. Color #e604aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000100 10101010
Octal 346 4 252
Decimal 230 4 170
Hex E6 4 AA

RGB Percentages of Color #e604aa

%56.93
%0.99
%42.08

CMYK Percentages of Color #e604aa

%0
%98
%26
%10

Triadic Colors of #e604aa

#e604aa #aae604 #04aae6

Analogous Colors of #e604aa

#e604aa #e60439 #b104e6

Monochromatic Colors of #e604aa

#e604aa

Complementary Color

#e604aa #04e640

#e604aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e604aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e604aa Color CSS Codes

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

#e604aa Text Font Color

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

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


#e604aa Background Color

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

This div background color is #e604aa


#e604aa Border Color

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

This div border color is #e604aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e604aa


Comments

No comments written yet.

Please login to write comment.