Color Hex Logo

#e720aa Color Hex

#E720AA
(231,32,170)
0 Favorites   0 Comments

Color spaces of #e720aa

RGB 23132170
HSL0.880.810.52
HSV318°86°91°
CMYK 0.000.860.26   0.09
XYZ40.727220.924239.9224
Yxy20.92420.40100.2060
Hunter Lab45.743078.8770-19.7255
CIE-Lab52.866480.1133-24.4117

#e720aa color RGB value is (231,32,170).

#e720aa hex color red value is 231, green value is 32 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e720aa hue: 0.88 , saturation: 0.81 and the lightness value of e720aa is 0.52.

The process color (four color CMYK) of #e720aa color hex is 0.00, 0.86, 0.26, 0.09. Web safe color of #e720aa is #ff3399. Color #e720aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100000 10101010
Octal 347 40 252
Decimal 231 32 170
Hex E7 20 AA

RGB Percentages of Color #e720aa

%53.35
%7.39
%39.26

CMYK Percentages of Color #e720aa

%0
%86
%26
%9

Triadic Colors of #e720aa

#e720aa #aae720 #20aae7

Analogous Colors of #e720aa

#e720aa #e72047 #c120e7

Monochromatic Colors of #e720aa

#e720aa

Complementary Color

#e720aa #20e75d

#e720aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e720aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e720aa Color CSS Codes

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

#e720aa Text Font Color

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

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


#e720aa Background Color

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

This div background color is #e720aa


#e720aa Border Color

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

This div border color is #e720aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e720aa


Comments

No comments written yet.

Please login to write comment.