Color Hex Logo

#e796ed Color Hex

#E796ED
(231,150,237)
0 Favorites   0 Comments

Color spaces of #e796ed

RGB 231150237
HSL0.820.710.76
HSV296°37°93°
CMYK 0.030.370.00   0.07
XYZ59.147444.916085.6730
Yxy44.91600.31170.2367
Hunter Lab67.019440.2497-28.8787
CIE-Lab72.836543.9605-31.4730

#e796ed color RGB value is (231,150,237).

#e796ed hex color red value is 231, green value is 150 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e796ed hue: 0.82 , saturation: 0.71 and the lightness value of e796ed is 0.76.

The process color (four color CMYK) of #e796ed color hex is 0.03, 0.37, 0.00, 0.07. Web safe color of #e796ed is #ff99ff. Color #e796ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010110 11101101
Octal 347 226 355
Decimal 231 150 237
Hex E7 96 ED

RGB Percentages of Color #e796ed

%37.38
%24.27
%38.35

CMYK Percentages of Color #e796ed

%3
%37
%0
%7

Triadic Colors of #e796ed

#e796ed #ede796 #96ede7

Analogous Colors of #e796ed

#e796ed #ed96c8 #bc96ed

Monochromatic Colors of #e796ed

#e796ed

Complementary Color

#e796ed #9ced96

#e796ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e796ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e796ed Color CSS Codes

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

#e796ed Text Font Color

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

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


#e796ed Background Color

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

This div background color is #e796ed


#e796ed Border Color

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

This div border color is #e796ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e796ed


Comments

No comments written yet.

Please login to write comment.