Color Hex Logo

#e290ac Color Hex

#E290AC
(226,144,172)
0 Favorites   0 Comments

Color spaces of #e290ac

RGB 226144172
HSL0.940.590.73
HSV340°36°89°
CMYK 0.000.360.24   0.11
XYZ48.783739.093844.0044
Yxy39.09380.36990.2964
Hunter Lab62.525029.85162.0399
CIE-Lab68.819234.7277-1.6285

#e290ac color RGB value is (226,144,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010000 10101100
Octal 342 220 254
Decimal 226 144 172
Hex E2 90 AC

RGB Percentages of Color #e290ac

%41.70
%26.57
%31.73

CMYK Percentages of Color #e290ac

%0
%36
%24
%11

Triadic Colors of #e290ac

#e290ac #ace290 #90ace2

Analogous Colors of #e290ac

#e290ac #e29d90 #e290d5

Monochromatic Colors of #e290ac

#e290ac

Complementary Color

#e290ac #90e2c6

#e290ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e290ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e290ac Color CSS Codes

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

#e290ac Text Font Color

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

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


#e290ac Background Color

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

This div background color is #e290ac


#e290ac Border Color

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

This div border color is #e290ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e290ac


Comments

No comments written yet.

Please login to write comment.