Color Hex Logo

#e721ae Color Hex

#E721AE
(231,33,174)
0 Favorites   0 Comments

Color spaces of #e721ae

RGB 23133174
HSL0.880.800.52
HSV317°86°91°
CMYK 0.000.860.25   0.09
XYZ41.138821.132641.9551
Yxy21.13260.39470.2028
Hunter Lab45.970279.2920-21.9324
CIE-Lab53.094380.3967-26.4083

#e721ae color RGB value is (231,33,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100001 10101110
Octal 347 41 256
Decimal 231 33 174
Hex E7 21 AE

RGB Percentages of Color #e721ae

%52.74
%7.53
%39.73

CMYK Percentages of Color #e721ae

%0
%86
%25
%9

Triadic Colors of #e721ae

#e721ae #aee721 #21aee7

Analogous Colors of #e721ae

#e721ae #e7214b #bd21e7

Monochromatic Colors of #e721ae

#e721ae

Complementary Color

#e721ae #21e75a

#e721ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e721ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e721ae Color CSS Codes

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

#e721ae Text Font Color

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

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


#e721ae Background Color

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

This div background color is #e721ae


#e721ae Border Color

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

This div border color is #e721ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,33,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e721ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e721ae


Comments

No comments written yet.

Please login to write comment.