Color Hex Logo

#e084ac Color Hex

#E084AC
(224,132,172)
0 Favorites   0 Comments

Color spaces of #e084ac

RGB 224132172
HSL0.930.600.70
HSV334°41°88°
CMYK 0.000.410.23   0.12
XYZ46.438135.328443.4012
Yxy35.32840.37100.2822
Hunter Lab59.437735.4444-1.6870
CIE-Lab66.003540.3421-5.8042

#e084ac color RGB value is (224,132,172).

#e084ac hex color red value is 224, green value is 132 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e084ac hue: 0.93 , saturation: 0.60 and the lightness value of e084ac is 0.70.

The process color (four color CMYK) of #e084ac color hex is 0.00, 0.41, 0.23, 0.12. Web safe color of #e084ac is #cc9999. Color #e084ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000100 10101100
Octal 340 204 254
Decimal 224 132 172
Hex E0 84 AC

RGB Percentages of Color #e084ac

%42.42
%25.00
%32.58

CMYK Percentages of Color #e084ac

%0
%41
%23
%12

Triadic Colors of #e084ac

#e084ac #ace084 #84ace0

Analogous Colors of #e084ac

#e084ac #e08a84 #e084da

Monochromatic Colors of #e084ac

#e084ac

Complementary Color

#e084ac #84e0b8

#e084ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e084ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e084ac Color CSS Codes

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

#e084ac Text Font Color

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

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


#e084ac Background Color

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

This div background color is #e084ac


#e084ac Border Color

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

This div border color is #e084ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e084ac


Comments

No comments written yet.

Please login to write comment.