Color Hex Logo

#e790ae Color Hex

#E790AE
(231,144,174)
0 Favorites   0 Comments

Color spaces of #e790ae

RGB 231144174
HSL0.940.640.74
HSV339°38°91°
CMYK 0.000.380.25   0.09
XYZ50.568239.991445.0983
Yxy39.99140.37280.2948
Hunter Lab63.238832.06781.9849
CIE-Lab69.463436.7737-1.7330

#e790ae color RGB value is (231,144,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010000 10101110
Octal 347 220 256
Decimal 231 144 174
Hex E7 90 AE

RGB Percentages of Color #e790ae

%42.08
%26.23
%31.69

CMYK Percentages of Color #e790ae

%0
%38
%25
%9

Triadic Colors of #e790ae

#e790ae #aee790 #90aee7

Analogous Colors of #e790ae

#e790ae #e79e90 #e790da

Monochromatic Colors of #e790ae

#e790ae

Complementary Color

#e790ae #90e7c9

#e790ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e790ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e790ae Color CSS Codes

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

#e790ae Text Font Color

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

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


#e790ae Background Color

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

This div background color is #e790ae


#e790ae Border Color

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

This div border color is #e790ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,144,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e790ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e790ae


Comments

No comments written yet.

Please login to write comment.