Color Hex Logo

#e72ae3 Color Hex

#E72AE3
(231,42,227)
0 Favorites   0 Comments

Color spaces of #e72ae3

RGB 23142227
HSL0.840.800.54
HSV301°82°91°
CMYK 0.000.820.02   0.09
XYZ47.648124.190974.8310
Yxy24.19090.32490.1649
Hunter Lab49.184286.8526-55.7774
CIE-Lab56.278485.6519-51.8790

#e72ae3 color RGB value is (231,42,227).

#e72ae3 hex color red value is 231, green value is 42 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #e72ae3 hue: 0.84 , saturation: 0.80 and the lightness value of e72ae3 is 0.54.

The process color (four color CMYK) of #e72ae3 color hex is 0.00, 0.82, 0.02, 0.09. Web safe color of #e72ae3 is #ff33cc. Color #e72ae3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00101010 11100011
Octal 347 52 343
Decimal 231 42 227
Hex E7 2A E3

RGB Percentages of Color #e72ae3

%46.20
%8.40
%45.40

CMYK Percentages of Color #e72ae3

%0
%82
%2
%9

Triadic Colors of #e72ae3

#e72ae3 #e3e72a #2ae3e7

Analogous Colors of #e72ae3

#e72ae3 #e72a85 #8d2ae7

Monochromatic Colors of #e72ae3

#e72ae3

Complementary Color

#e72ae3 #2ae72e

#e72ae3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e72ae3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e72ae3 Color CSS Codes

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

#e72ae3 Text Font Color

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

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


#e72ae3 Background Color

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

This div background color is #e72ae3


#e72ae3 Border Color

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

This div border color is #e72ae3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e72ae3


Comments

No comments written yet.

Please login to write comment.