Color Hex Logo

#e799eb Color Hex

#E799EB
(231,153,235)
0 Favorites   0 Comments

Color spaces of #e799eb

RGB 231153235
HSL0.830.670.76
HSV297°35°92°
CMYK 0.020.350.00   0.08
XYZ59.341645.769584.3040
Yxy45.76950.31330.2416
Hunter Lab67.653238.1773-26.5253
CIE-Lab73.395742.0170-29.5202

#e799eb color RGB value is (231,153,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10011001 11101011
Octal 347 231 353
Decimal 231 153 235
Hex E7 99 EB

RGB Percentages of Color #e799eb

%37.32
%24.72
%37.96

CMYK Percentages of Color #e799eb

%2
%35
%0
%8

Triadic Colors of #e799eb

#e799eb #ebe799 #99ebe7

Analogous Colors of #e799eb

#e799eb #eb99c6 #be99eb

Monochromatic Colors of #e799eb

#e799eb

Complementary Color

#e799eb #9deb99

#e799eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e799eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e799eb Color CSS Codes

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

#e799eb Text Font Color

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

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


#e799eb Background Color

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

This div background color is #e799eb


#e799eb Border Color

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

This div border color is #e799eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,153,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 #e799eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e799eb


Comments

No comments written yet.

Please login to write comment.