Color Hex Logo

#e796eb Color Hex

#E796EB
(231,150,235)
0 Favorites   0 Comments

Color spaces of #e796eb

RGB 231150235
HSL0.830.680.75
HSV297°36°92°
CMYK 0.020.360.00   0.08
XYZ58.856744.799884.1424
Yxy44.79980.31340.2386
Hunter Lab66.932739.8304-27.6818
CIE-Lab72.759943.5905-30.4991

#e796eb color RGB value is (231,150,235).

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

The process color (four color CMYK) of #e796eb color hex is 0.02, 0.36, 0.00, 0.08. Web safe color of #e796eb is #ff99ff. Color #e796eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010110 11101011
Octal 347 226 353
Decimal 231 150 235
Hex E7 96 EB

RGB Percentages of Color #e796eb

%37.50
%24.35
%38.15

CMYK Percentages of Color #e796eb

%2
%36
%0
%8

Triadic Colors of #e796eb

#e796eb #ebe796 #96ebe7

Analogous Colors of #e796eb

#e796eb #eb96c5 #bd96eb

Monochromatic Colors of #e796eb

#e796eb

Complementary Color

#e796eb #9aeb96

#e796eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e796eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e796eb Color CSS Codes

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

#e796eb Text Font Color

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

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


#e796eb Background Color

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

This div background color is #e796eb


#e796eb Border Color

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

This div border color is #e796eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e796eb


Comments

No comments written yet.

Please login to write comment.