Color Hex Logo

#e255ac Color Hex

#E255AC
(226,85,172)
0 Favorites   0 Comments

Color spaces of #e255ac

RGB 22685172
HSL0.900.710.61
HSV323°62°89°
CMYK 0.000.620.24   0.11
XYZ42.058925.644341.7628
Yxy25.64430.38420.2343
Hunter Lab50.640259.6317-13.4481
CIE-Lab57.697963.3527-18.2484

#e255ac color RGB value is (226,85,172).

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

The process color (four color CMYK) of #e255ac color hex is 0.00, 0.62, 0.24, 0.11. Web safe color of #e255ac is #cc6699. Color #e255ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010101 10101100
Octal 342 125 254
Decimal 226 85 172
Hex E2 55 AC

RGB Percentages of Color #e255ac

%46.79
%17.60
%35.61

CMYK Percentages of Color #e255ac

%0
%62
%24
%11

Triadic Colors of #e255ac

#e255ac #ace255 #55ace2

Analogous Colors of #e255ac

#e255ac #e25566 #d255e2

Monochromatic Colors of #e255ac

#e255ac

Complementary Color

#e255ac #55e28b

#e255ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e255ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e255ac Color CSS Codes

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

#e255ac Text Font Color

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

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


#e255ac Background Color

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

This div background color is #e255ac


#e255ac Border Color

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

This div border color is #e255ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e255ac


Comments

No comments written yet.

Please login to write comment.