Color Hex Logo

#e796bf Color Hex

#E796BF
(231,150,191)
0 Favorites   0 Comments

Color spaces of #e796bf

RGB 231150191
HSL0.920.630.75
HSV330°35°91°
CMYK 0.000.350.17   0.09
XYZ53.265342.563254.6983
Yxy42.56320.35390.2828
Hunter Lab65.240531.5647-4.0410
CIE-Lab71.257536.1192-8.5453

#e796bf color RGB value is (231,150,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010110 10111111
Octal 347 226 277
Decimal 231 150 191
Hex E7 96 BF

RGB Percentages of Color #e796bf

%40.38
%26.22
%33.39

CMYK Percentages of Color #e796bf

%0
%35
%17
%9

Triadic Colors of #e796bf

#e796bf #bfe796 #96bfe7

Analogous Colors of #e796bf

#e796bf #e79697 #e796e7

Monochromatic Colors of #e796bf

#e796bf

Complementary Color

#e796bf #96e7be

#e796bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e796bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e796bf Color CSS Codes

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

#e796bf Text Font Color

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

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


#e796bf Background Color

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

This div background color is #e796bf


#e796bf Border Color

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

This div border color is #e796bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e796bf


Comments

No comments written yet.

Please login to write comment.