Color Hex Logo

#e058ac Color Hex

#E058AC
(224,88,172)
0 Favorites   0 Comments

Color spaces of #e058ac

RGB 22488172
HSL0.900.690.61
HSV323°61°88°
CMYK 0.000.610.23   0.12
XYZ41.676625.805341.8140
Yxy25.80530.38130.2361
Hunter Lab50.798957.5474-13.2440
CIE-Lab57.851861.5314-18.0424

#e058ac color RGB value is (224,88,172).

#e058ac hex color red value is 224, green value is 88 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e058ac hue: 0.90 , saturation: 0.69 and the lightness value of e058ac is 0.61.

The process color (four color CMYK) of #e058ac color hex is 0.00, 0.61, 0.23, 0.12. Web safe color of #e058ac is #cc6699. Color #e058ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011000 10101100
Octal 340 130 254
Decimal 224 88 172
Hex E0 58 AC

RGB Percentages of Color #e058ac

%46.28
%18.18
%35.54

CMYK Percentages of Color #e058ac

%0
%61
%23
%12

Triadic Colors of #e058ac

#e058ac #ace058 #58ace0

Analogous Colors of #e058ac

#e058ac #e05868 #d058e0

Monochromatic Colors of #e058ac

#e058ac

Complementary Color

#e058ac #58e08c

#e058ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e058ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e058ac Color CSS Codes

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

#e058ac Text Font Color

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

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


#e058ac Background Color

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

This div background color is #e058ac


#e058ac Border Color

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

This div border color is #e058ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e058ac


Comments

No comments written yet.

Please login to write comment.