Color Hex Logo

#e608aa Color Hex

#E608AA
(230,8,170)
0 Favorites   0 Comments

Color spaces of #e608aa

RGB 2308170
HSL0.880.930.47
HSV316°97°90°
CMYK 0.000.970.26   0.10
XYZ39.975719.898939.7641
Yxy19.89890.40120.1997
Hunter Lab44.608281.8988-21.6259
CIE-Lab51.722782.7103-26.1942

#e608aa color RGB value is (230,8,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001000 10101010
Octal 346 10 252
Decimal 230 8 170
Hex E6 8 AA

RGB Percentages of Color #e608aa

%56.37
%1.96
%41.67

CMYK Percentages of Color #e608aa

%0
%97
%26
%10

Triadic Colors of #e608aa

#e608aa #aae608 #08aae6

Analogous Colors of #e608aa

#e608aa #e6083b #b308e6

Monochromatic Colors of #e608aa

#e608aa

Complementary Color

#e608aa #08e644

#e608aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e608aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e608aa Color CSS Codes

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

#e608aa Text Font Color

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

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


#e608aa Background Color

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

This div background color is #e608aa


#e608aa Border Color

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

This div border color is #e608aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e608aa


Comments

No comments written yet.

Please login to write comment.