Color Hex Logo

#e797ef Color Hex

#E797EF
(231,151,239)
0 Favorites   0 Comments

Color spaces of #e797ef

RGB 231151239
HSL0.820.730.76
HSV295°37°94°
CMYK 0.030.370.00   0.06
XYZ59.601645.354187.2742
Yxy45.35410.31010.2359
Hunter Lab67.345540.1203-29.6932
CIE-Lab73.124443.8095-32.1199

#e797ef color RGB value is (231,151,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010111 11101111
Octal 347 227 357
Decimal 231 151 239
Hex E7 97 EF

RGB Percentages of Color #e797ef

%37.20
%24.32
%38.49

CMYK Percentages of Color #e797ef

%3
%37
%0
%6

Triadic Colors of #e797ef

#e797ef #efe797 #97efe7

Analogous Colors of #e797ef

#e797ef #ef97cb #bb97ef

Monochromatic Colors of #e797ef

#e797ef

Complementary Color

#e797ef #9fef97

#e797ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e797ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e797ef Color CSS Codes

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

#e797ef Text Font Color

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

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


#e797ef Background Color

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

This div background color is #e797ef


#e797ef Border Color

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

This div border color is #e797ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e797ef


Comments

No comments written yet.

Please login to write comment.