Color Hex Logo

#e796af Color Hex

#E796AF
(231,150,175)
1 Favorites   0 Comments

Color spaces of #e796af

RGB 231150175
HSL0.950.630.75
HSV341°35°91°
CMYK 0.000.350.24   0.09
XYZ51.599241.896845.9247
Yxy41.89680.37010.3005
Hunter Lab64.727729.02183.2428
CIE-Lab70.799733.7487-0.3341

#e796af color RGB value is (231,150,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010110 10101111
Octal 347 226 257
Decimal 231 150 175
Hex E7 96 AF

RGB Percentages of Color #e796af

%41.55
%26.98
%31.47

CMYK Percentages of Color #e796af

%0
%35
%24
%9

Triadic Colors of #e796af

#e796af #afe796 #96afe7

Analogous Colors of #e796af

#e796af #e7a696 #e796d8

Monochromatic Colors of #e796af

#e796af

Complementary Color

#e796af #96e7ce

#e796af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e796af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e796af Color CSS Codes

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

#e796af Text Font Color

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

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


#e796af Background Color

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

This div background color is #e796af


#e796af Border Color

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

This div border color is #e796af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e796af


Comments

No comments written yet.

Please login to write comment.