Color Hex Logo

#e497ea Color Hex

#E497EA
(228,151,234)
0 Favorites   0 Comments

Color spaces of #e497ea

RGB 228151234
HSL0.820.660.75
HSV296°35°92°
CMYK 0.030.350.00   0.08
XYZ57.912844.567783.3920
Yxy44.56770.31160.2398
Hunter Lab66.759038.0186-27.3307
CIE-Lab72.606341.9618-30.2166

#e497ea color RGB value is (228,151,234).

#e497ea hex color red value is 228, green value is 151 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e497ea hue: 0.82 , saturation: 0.66 and the lightness value of e497ea is 0.75.

The process color (four color CMYK) of #e497ea color hex is 0.03, 0.35, 0.00, 0.08. Web safe color of #e497ea is #cc99ff. Color #e497ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010111 11101010
Octal 344 227 352
Decimal 228 151 234
Hex E4 97 EA

RGB Percentages of Color #e497ea

%37.19
%24.63
%38.17

CMYK Percentages of Color #e497ea

%3
%35
%0
%8

Triadic Colors of #e497ea

#e497ea #eae497 #97eae4

Analogous Colors of #e497ea

#e497ea #ea97c7 #bb97ea

Monochromatic Colors of #e497ea

#e497ea

Complementary Color

#e497ea #9dea97

#e497ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e497ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e497ea Color CSS Codes

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

#e497ea Text Font Color

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

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


#e497ea Background Color

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

This div background color is #e497ea


#e497ea Border Color

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

This div border color is #e497ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e497ea


Comments

No comments written yet.

Please login to write comment.