Color Hex Logo

#e297eb Color Hex

#E297EB
(226,151,235)
0 Favorites   0 Comments

Color spaces of #e297eb

RGB 226151235
HSL0.820.680.76
HSV294°36°92°
CMYK 0.040.360.00   0.08
XYZ57.426044.300184.1214
Yxy44.30010.30900.2384
Hunter Lab66.558337.5313-28.3443
CIE-Lab72.428641.5367-31.0549

#e297eb color RGB value is (226,151,235).

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

The process color (four color CMYK) of #e297eb color hex is 0.04, 0.36, 0.00, 0.08. Web safe color of #e297eb is #cc99ff. Color #e297eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010111 11101011
Octal 342 227 353
Decimal 226 151 235
Hex E2 97 EB

RGB Percentages of Color #e297eb

%36.93
%24.67
%38.40

CMYK Percentages of Color #e297eb

%4
%36
%0
%8

Triadic Colors of #e297eb

#e297eb #ebe297 #97ebe2

Analogous Colors of #e297eb

#e297eb #eb97ca #b897eb

Monochromatic Colors of #e297eb

#e297eb

Complementary Color

#e297eb #a0eb97

#e297eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e297eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e297eb Color CSS Codes

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

#e297eb Text Font Color

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

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


#e297eb Background Color

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

This div background color is #e297eb


#e297eb Border Color

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

This div border color is #e297eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e297eb


Comments

No comments written yet.

Please login to write comment.