Color Hex Logo

#e796ab Color Hex

#E796AB
(231,150,171)
0 Favorites   0 Comments

Color spaces of #e796ab

RGB 231150171
HSL0.960.630.75
HSV344°35°91°
CMYK 0.000.350.26   0.09
XYZ51.212041.741943.8859
Yxy41.74190.37420.3050
Hunter Lab64.608028.42544.9520
CIE-Lab70.692633.18761.7345

#e796ab color RGB value is (231,150,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010110 10101011
Octal 347 226 253
Decimal 231 150 171
Hex E7 96 AB

RGB Percentages of Color #e796ab

%41.85
%27.17
%30.98

CMYK Percentages of Color #e796ab

%0
%35
%26
%9

Triadic Colors of #e796ab

#e796ab #abe796 #96abe7

Analogous Colors of #e796ab

#e796ab #e7aa96 #e796d4

Monochromatic Colors of #e796ab

#e796ab

Complementary Color

#e796ab #96e7d2

#e796ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e796ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e796ab Color CSS Codes

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

#e796ab Text Font Color

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

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


#e796ab Background Color

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

This div background color is #e796ab


#e796ab Border Color

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

This div border color is #e796ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e796ab


Comments

No comments written yet.

Please login to write comment.