Color Hex Logo

#e914aa Color Hex

#E914AA
(233,20,170)
0 Favorites   0 Comments

Color spaces of #e914aa

RGB 23320170
HSL0.880.840.50
HSV318°91°91°
CMYK 0.000.910.27   0.09
XYZ41.110120.726239.8640
Yxy20.72620.40420.2038
Hunter Lab45.526081.5153-20.0479
CIE-Lab52.648582.2302-24.7176

#e914aa color RGB value is (233,20,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 00010100 10101010
Octal 351 24 252
Decimal 233 20 170
Hex E9 14 AA

RGB Percentages of Color #e914aa

%55.08
%4.73
%40.19

CMYK Percentages of Color #e914aa

%0
%91
%27
%9

Triadic Colors of #e914aa

#e914aa #aae914 #14aae9

Analogous Colors of #e914aa

#e914aa #e9143f #be14e9

Monochromatic Colors of #e914aa

#e914aa

Complementary Color

#e914aa #14e953

#e914aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e914aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e914aa Color CSS Codes

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

#e914aa Text Font Color

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

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


#e914aa Background Color

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

This div background color is #e914aa


#e914aa Border Color

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

This div border color is #e914aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e914aa


Comments

No comments written yet.

Please login to write comment.