Color Hex Logo

#e488ac Color Hex

#E488AC
(228,136,172)
0 Favorites   0 Comments

Color spaces of #e488ac

RGB 228136172
HSL0.930.630.71
HSV337°40°89°
CMYK 0.000.400.25   0.11
XYZ48.245537.080943.6442
Yxy37.08090.37410.2875
Hunter Lab60.894134.85830.1313
CIE-Lab67.337739.6357-3.7782

#e488ac color RGB value is (228,136,172).

#e488ac hex color red value is 228, green value is 136 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e488ac hue: 0.93 , saturation: 0.63 and the lightness value of e488ac is 0.71.

The process color (four color CMYK) of #e488ac color hex is 0.00, 0.40, 0.25, 0.11. Web safe color of #e488ac is #cc9999. Color #e488ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10001000 10101100
Octal 344 210 254
Decimal 228 136 172
Hex E4 88 AC

RGB Percentages of Color #e488ac

%42.54
%25.37
%32.09

CMYK Percentages of Color #e488ac

%0
%40
%25
%11

Triadic Colors of #e488ac

#e488ac #ace488 #88ace4

Analogous Colors of #e488ac

#e488ac #e49288 #e488da

Monochromatic Colors of #e488ac

#e488ac

Complementary Color

#e488ac #88e4c0

#e488ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e488ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e488ac Color CSS Codes

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

#e488ac Text Font Color

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

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


#e488ac Background Color

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

This div background color is #e488ac


#e488ac Border Color

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

This div border color is #e488ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e488ac


Comments

No comments written yet.

Please login to write comment.