Color Hex Logo

#e913aa Color Hex

#E913AA
(233,19,170)
0 Favorites   0 Comments

Color spaces of #e913aa

RGB 23319170
HSL0.880.850.49
HSV318°92°91°
CMYK 0.000.920.27   0.09
XYZ41.092820.691739.8583
Yxy20.69170.40430.2036
Hunter Lab45.488181.6481-20.1103
CIE-Lab52.610482.3415-24.7765

#e913aa color RGB value is (233,19,170).

#e913aa hex color red value is 233, green value is 19 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e913aa hue: 0.88 , saturation: 0.85 and the lightness value of e913aa is 0.49.

The process color (four color CMYK) of #e913aa color hex is 0.00, 0.92, 0.27, 0.09. Web safe color of #e913aa is #ff0099. Color #e913aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00010011 10101010
Octal 351 23 252
Decimal 233 19 170
Hex E9 13 AA

RGB Percentages of Color #e913aa

%55.21
%4.50
%40.28

CMYK Percentages of Color #e913aa

%0
%92
%27
%9

Triadic Colors of #e913aa

#e913aa #aae913 #13aae9

Analogous Colors of #e913aa

#e913aa #e9133f #bd13e9

Monochromatic Colors of #e913aa

#e913aa

Complementary Color

#e913aa #13e952

#e913aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e913aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e913aa Color CSS Codes

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

#e913aa Text Font Color

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

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


#e913aa Background Color

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

This div background color is #e913aa


#e913aa Border Color

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

This div border color is #e913aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e913aa


Comments

No comments written yet.

Please login to write comment.