Color Hex Logo

#e291ac Color Hex

#E291AC
(226,145,172)
0 Favorites   0 Comments

Color spaces of #e291ac

RGB 226145172
HSL0.940.580.73
HSV340°36°89°
CMYK 0.000.360.24   0.11
XYZ48.935839.398144.0551
Yxy39.39810.36960.2976
Hunter Lab62.767929.32032.3235
CIE-Lab69.038734.1972-1.3068

#e291ac color RGB value is (226,145,172).

#e291ac hex color red value is 226, green value is 145 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e291ac hue: 0.94 , saturation: 0.58 and the lightness value of e291ac is 0.73.

The process color (four color CMYK) of #e291ac color hex is 0.00, 0.36, 0.24, 0.11. Web safe color of #e291ac is #cc9999. Color #e291ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010001 10101100
Octal 342 221 254
Decimal 226 145 172
Hex E2 91 AC

RGB Percentages of Color #e291ac

%41.62
%26.70
%31.68

CMYK Percentages of Color #e291ac

%0
%36
%24
%11

Triadic Colors of #e291ac

#e291ac #ace291 #91ace2

Analogous Colors of #e291ac

#e291ac #e29f91 #e291d5

Monochromatic Colors of #e291ac

#e291ac

Complementary Color

#e291ac #91e2c7

#e291ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e291ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e291ac Color CSS Codes

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

#e291ac Text Font Color

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

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


#e291ac Background Color

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

This div background color is #e291ac


#e291ac Border Color

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

This div border color is #e291ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e291ac


Comments

No comments written yet.

Please login to write comment.