Color Hex Logo

#e097fe Color Hex

#E097FE
(224,151,254)
0 Favorites   0 Comments

Color spaces of #e097fe

RGB 224151254
HSL0.780.980.79
HSV283°41°100°
CMYK 0.120.410.00   0.00
XYZ59.696545.136399.3318
Yxy45.13630.29240.2211
Hunter Lab67.183641.0364-40.6326
CIE-Lab72.981644.6524-40.5557

#e097fe color RGB value is (224,151,254).

#e097fe hex color red value is 224, green value is 151 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e097fe hue: 0.78 , saturation: 0.98 and the lightness value of e097fe is 0.79.

The process color (four color CMYK) of #e097fe color hex is 0.12, 0.41, 0.00, 0.00. Web safe color of #e097fe is #cc99ff. Color #e097fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010111 11111110
Octal 340 227 376
Decimal 224 151 254
Hex E0 97 FE

RGB Percentages of Color #e097fe

%35.61
%24.01
%40.38

CMYK Percentages of Color #e097fe

%12
%41
%0
%0

Triadic Colors of #e097fe

#e097fe #fee097 #97fee0

Analogous Colors of #e097fe

#e097fe #fe97e9 #ad97fe

Monochromatic Colors of #e097fe

#e097fe

Complementary Color

#e097fe #b5fe97

#e097fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e097fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e097fe Color CSS Codes

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

#e097fe Text Font Color

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

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


#e097fe Background Color

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

This div background color is #e097fe


#e097fe Border Color

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

This div border color is #e097fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e097fe

Related Colors


Comments

No comments written yet.

Please login to write comment.