Color Hex Logo

#e796b5 Color Hex

#E796B5
(231,150,181)
0 Favorites   0 Comments

Color spaces of #e796b5

RGB 231150181
HSL0.940.630.75
HSV337°35°91°
CMYK 0.000.350.22   0.09
XYZ52.201842.137849.0981
Yxy42.13780.36390.2938
Hunter Lab64.913629.94600.5949
CIE-Lab70.965834.6144-3.4258

#e796b5 color RGB value is (231,150,181).

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

The process color (four color CMYK) of #e796b5 color hex is 0.00, 0.35, 0.22, 0.09. Web safe color of #e796b5 is #ff99cc. Color #e796b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010110 10110101
Octal 347 226 265
Decimal 231 150 181
Hex E7 96 B5

RGB Percentages of Color #e796b5

%41.10
%26.69
%32.21

CMYK Percentages of Color #e796b5

%0
%35
%22
%9

Triadic Colors of #e796b5

#e796b5 #b5e796 #96b5e7

Analogous Colors of #e796b5

#e796b5 #e7a096 #e796de

Monochromatic Colors of #e796b5

#e796b5

Complementary Color

#e796b5 #96e7c8

#e796b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e796b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e796b5 Color CSS Codes

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

#e796b5 Text Font Color

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

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


#e796b5 Background Color

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

This div background color is #e796b5


#e796b5 Border Color

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

This div border color is #e796b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e796b5


Comments

No comments written yet.

Please login to write comment.