Color Hex Logo

#e297ef Color Hex

#E297EF
(226,151,239)
0 Favorites   0 Comments

Color spaces of #e297ef

RGB 226151239
HSL0.810.730.76
HSV291°37°94°
CMYK 0.050.370.00   0.06
XYZ58.010644.534087.1998
Yxy44.53400.30570.2347
Hunter Lab66.733838.3830-30.7595
CIE-Lab72.584042.2966-32.9989

#e297ef color RGB value is (226,151,239).

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

The process color (four color CMYK) of #e297ef color hex is 0.05, 0.37, 0.00, 0.06. Web safe color of #e297ef is #cc99ff. Color #e297ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010111 11101111
Octal 342 227 357
Decimal 226 151 239
Hex E2 97 EF

RGB Percentages of Color #e297ef

%36.69
%24.51
%38.80

CMYK Percentages of Color #e297ef

%5
%37
%0
%6

Triadic Colors of #e297ef

#e297ef #efe297 #97efe2

Analogous Colors of #e297ef

#e297ef #ef97d0 #b697ef

Monochromatic Colors of #e297ef

#e297ef

Complementary Color

#e297ef #a4ef97

#e297ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e297ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e297ef Color CSS Codes

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

#e297ef Text Font Color

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

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


#e297ef Background Color

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

This div background color is #e297ef


#e297ef Border Color

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

This div border color is #e297ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e297ef


Comments

No comments written yet.

Please login to write comment.