Color Hex Logo

#e796be Color Hex

#E796BE
(231,150,190)
0 Favorites   0 Comments

Color spaces of #e796be

RGB 231150190
HSL0.920.630.75
HSV330°35°91°
CMYK 0.000.350.18   0.09
XYZ53.155642.519354.1206
Yxy42.51930.35490.2838
Hunter Lab65.206831.3985-3.5650
CIE-Lab71.227535.9654-8.0354

#e796be color RGB value is (231,150,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010110 10111110
Octal 347 226 276
Decimal 231 150 190
Hex E7 96 BE

RGB Percentages of Color #e796be

%40.46
%26.27
%33.27

CMYK Percentages of Color #e796be

%0
%35
%18
%9

Triadic Colors of #e796be

#e796be #bee796 #96bee7

Analogous Colors of #e796be

#e796be #e79796 #e796e7

Monochromatic Colors of #e796be

#e796be

Complementary Color

#e796be #96e7bf

#e796be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e796be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e796be Color CSS Codes

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

#e796be Text Font Color

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

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


#e796be Background Color

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

This div background color is #e796be


#e796be Border Color

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

This div border color is #e796be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e796be


Comments

No comments written yet.

Please login to write comment.