Color Hex Logo

#e294ac Color Hex

#E294AC
(226,148,172)
0 Favorites   0 Comments

Color spaces of #e294ac

RGB 226148172
HSL0.950.570.73
HSV342°35°89°
CMYK 0.000.350.24   0.11
XYZ49.400340.327144.2100
Yxy40.32710.36880.3011
Hunter Lab63.503627.72623.1760
CIE-Lab69.701932.6025-0.3365

#e294ac color RGB value is (226,148,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010100 10101100
Octal 342 224 254
Decimal 226 148 172
Hex E2 94 AC

RGB Percentages of Color #e294ac

%41.39
%27.11
%31.50

CMYK Percentages of Color #e294ac

%0
%35
%24
%11

Triadic Colors of #e294ac

#e294ac #ace294 #94ace2

Analogous Colors of #e294ac

#e294ac #e2a394 #e294d3

Monochromatic Colors of #e294ac

#e294ac

Complementary Color

#e294ac #94e2ca

#e294ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e294ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e294ac Color CSS Codes

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

#e294ac Text Font Color

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

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


#e294ac Background Color

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

This div background color is #e294ac


#e294ac Border Color

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

This div border color is #e294ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e294ac


Comments

No comments written yet.

Please login to write comment.