Color Hex Logo

#e607aa Color Hex

#E607AA
(230,7,170)
0 Favorites   0 Comments

Color spaces of #e607aa

RGB 2307170
HSL0.880.940.46
HSV316°97°90°
CMYK 0.000.970.26   0.10
XYZ39.964819.877239.7605
Yxy19.87720.40120.1996
Hunter Lab44.583981.9850-21.6669
CIE-Lab51.698182.7824-26.2324

#e607aa color RGB value is (230,7,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000111 10101010
Octal 346 7 252
Decimal 230 7 170
Hex E6 7 AA

RGB Percentages of Color #e607aa

%56.51
%1.72
%41.77

CMYK Percentages of Color #e607aa

%0
%97
%26
%10

Triadic Colors of #e607aa

#e607aa #aae607 #07aae6

Analogous Colors of #e607aa

#e607aa #e6073a #b307e6

Monochromatic Colors of #e607aa

#e607aa

Complementary Color

#e607aa #07e643

#e607aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e607aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e607aa Color CSS Codes

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

#e607aa Text Font Color

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

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


#e607aa Background Color

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

This div background color is #e607aa


#e607aa Border Color

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

This div border color is #e607aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e607aa


Comments

No comments written yet.

Please login to write comment.