Color Hex Logo

#e724aa Color Hex

#E724AA
(231,36,170)
0 Favorites   0 Comments

Color spaces of #e724aa

RGB 23136170
HSL0.890.800.52
HSV319°84°91°
CMYK 0.000.840.26   0.09
XYZ40.841621.153039.9605
Yxy21.15300.40060.2075
Hunter Lab45.992478.0227-19.3195
CIE-Lab53.116579.3879-24.0261

#e724aa color RGB value is (231,36,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100100 10101010
Octal 347 44 252
Decimal 231 36 170
Hex E7 24 AA

RGB Percentages of Color #e724aa

%52.86
%8.24
%38.90

CMYK Percentages of Color #e724aa

%0
%84
%26
%9

Triadic Colors of #e724aa

#e724aa #aae724 #24aae7

Analogous Colors of #e724aa

#e724aa #e72449 #c324e7

Monochromatic Colors of #e724aa

#e724aa

Complementary Color

#e724aa #24e761

#e724aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e724aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e724aa Color CSS Codes

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

#e724aa Text Font Color

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

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


#e724aa Background Color

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

This div background color is #e724aa


#e724aa Border Color

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

This div border color is #e724aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e724aa


Comments

No comments written yet.

Please login to write comment.