Color Hex Logo

#e485ac Color Hex

#E485AC
(228,133,172)
0 Favorites   0 Comments

Color spaces of #e485ac

RGB 228133172
HSL0.930.640.71
HSV335°42°89°
CMYK 0.000.420.25   0.11
XYZ47.828836.247643.5054
Yxy36.24760.37490.2841
Hunter Lab60.206036.4434-0.6993
CIE-Lab66.708741.1953-4.7062

#e485ac color RGB value is (228,133,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000101 10101100
Octal 344 205 254
Decimal 228 133 172
Hex E4 85 AC

RGB Percentages of Color #e485ac

%42.78
%24.95
%32.27

CMYK Percentages of Color #e485ac

%0
%42
%25
%11

Triadic Colors of #e485ac

#e485ac #ace485 #85ace4

Analogous Colors of #e485ac

#e485ac #e48e85 #e485dc

Monochromatic Colors of #e485ac

#e485ac

Complementary Color

#e485ac #85e4bd

#e485ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e485ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e485ac Color CSS Codes

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

#e485ac Text Font Color

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

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


#e485ac Background Color

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

This div background color is #e485ac


#e485ac Border Color

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

This div border color is #e485ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e485ac


Comments

No comments written yet.

Please login to write comment.