Color Hex Logo

#e724ac Color Hex

#E724AC
(231,36,172)
0 Favorites   0 Comments

Color spaces of #e724ac

RGB 23136172
HSL0.880.800.52
HSV318°84°91°
CMYK 0.000.840.26   0.09
XYZ41.032321.229240.9647
Yxy21.22920.39750.2057
Hunter Lab46.075278.3319-20.4612
CIE-Lab53.199479.6170-25.0727

#e724ac color RGB value is (231,36,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00100100 10101100
Octal 347 44 254
Decimal 231 36 172
Hex E7 24 AC

RGB Percentages of Color #e724ac

%52.62
%8.20
%39.18

CMYK Percentages of Color #e724ac

%0
%84
%26
%9

Triadic Colors of #e724ac

#e724ac #ace724 #24ace7

Analogous Colors of #e724ac

#e724ac #e7244b #c124e7

Monochromatic Colors of #e724ac

#e724ac

Complementary Color

#e724ac #24e75f

#e724ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e724ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e724ac Color CSS Codes

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

#e724ac Text Font Color

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

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


#e724ac Background Color

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

This div background color is #e724ac


#e724ac Border Color

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

This div border color is #e724ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e724ac


Comments

No comments written yet.

Please login to write comment.