Color Hex Logo

#e796ae Color Hex

#E796AE
(231,150,174)
0 Favorites   0 Comments

Color spaces of #e796ae

RGB 231150174
HSL0.950.630.75
HSV342°35°91°
CMYK 0.000.350.25   0.09
XYZ51.501341.857645.4093
Yxy41.85760.37110.3016
Hunter Lab64.697428.87133.6742
CIE-Lab70.772633.60730.1824

#e796ae color RGB value is (231,150,174).

#e796ae hex color red value is 231, green value is 150 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e796ae hue: 0.95 , saturation: 0.63 and the lightness value of e796ae is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010110 10101110
Octal 347 226 256
Decimal 231 150 174
Hex E7 96 AE

RGB Percentages of Color #e796ae

%41.62
%27.03
%31.35

CMYK Percentages of Color #e796ae

%0
%35
%25
%9

Triadic Colors of #e796ae

#e796ae #aee796 #96aee7

Analogous Colors of #e796ae

#e796ae #e7a796 #e796d7

Monochromatic Colors of #e796ae

#e796ae

Complementary Color

#e796ae #96e7cf

#e796ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e796ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e796ae Color CSS Codes

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

#e796ae Text Font Color

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

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


#e796ae Background Color

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

This div background color is #e796ae


#e796ae Border Color

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

This div border color is #e796ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e796ae


Comments

No comments written yet.

Please login to write comment.