Color Hex Logo

#e046ac Color Hex

#E046AC
(224,70,172)
0 Favorites   0 Comments

Color spaces of #e046ac

RGB 22470172
HSL0.890.710.58
HSV320°69°88°
CMYK 0.000.690.23   0.12
XYZ40.377023.206241.3809
Yxy23.20620.38470.2211
Hunter Lab48.172865.3109-17.2097
CIE-Lab55.284168.6088-21.9658

#e046ac color RGB value is (224,70,172).

#e046ac hex color red value is 224, green value is 70 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e046ac hue: 0.89 , saturation: 0.71 and the lightness value of e046ac is 0.58.

The process color (four color CMYK) of #e046ac color hex is 0.00, 0.69, 0.23, 0.12. Web safe color of #e046ac is #cc3399. Color #e046ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000110 10101100
Octal 340 106 254
Decimal 224 70 172
Hex E0 46 AC

RGB Percentages of Color #e046ac

%48.07
%15.02
%36.91

CMYK Percentages of Color #e046ac

%0
%69
%23
%12

Triadic Colors of #e046ac

#e046ac #ace046 #46ace0

Analogous Colors of #e046ac

#e046ac #e0465f #c746e0

Monochromatic Colors of #e046ac

#e046ac

Complementary Color

#e046ac #46e07a

#e046ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e046ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e046ac Color CSS Codes

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

#e046ac Text Font Color

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

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


#e046ac Background Color

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

This div background color is #e046ac


#e046ac Border Color

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

This div border color is #e046ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e046ac


Comments

No comments written yet.

Please login to write comment.