Color Hex Logo

#e790ac Color Hex

#E790AC
(231,144,172)
0 Favorites   0 Comments

Color spaces of #e790ac

RGB 231144172
HSL0.950.640.74
HSV341°38°91°
CMYK 0.000.380.26   0.09
XYZ50.374639.914044.0789
Yxy39.91400.37490.2971
Hunter Lab63.177531.76632.8577
CIE-Lab69.408236.4938-0.6962

#e790ac color RGB value is (231,144,172).

#e790ac hex color red value is 231, green value is 144 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e790ac hue: 0.95 , saturation: 0.64 and the lightness value of e790ac is 0.74.

The process color (four color CMYK) of #e790ac color hex is 0.00, 0.38, 0.26, 0.09. Web safe color of #e790ac is #ff9999. Color #e790ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010000 10101100
Octal 347 220 254
Decimal 231 144 172
Hex E7 90 AC

RGB Percentages of Color #e790ac

%42.23
%26.33
%31.44

CMYK Percentages of Color #e790ac

%0
%38
%26
%9

Triadic Colors of #e790ac

#e790ac #ace790 #90ace7

Analogous Colors of #e790ac

#e790ac #e7a090 #e790d8

Monochromatic Colors of #e790ac

#e790ac

Complementary Color

#e790ac #90e7cb

#e790ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e790ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e790ac Color CSS Codes

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

#e790ac Text Font Color

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

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


#e790ac Background Color

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

This div background color is #e790ac


#e790ac Border Color

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

This div border color is #e790ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e790ac


Comments

No comments written yet.

Please login to write comment.