Color Hex Logo

#e094fe Color Hex

#E094FE
(224,148,254)
0 Favorites   0 Comments

Color spaces of #e094fe

RGB 224148254
HSL0.790.980.79
HSV283°42°100°
CMYK 0.120.420.00   0.00
XYZ59.219844.182999.1729
Yxy44.18290.29230.2181
Hunter Lab66.470242.7067-41.9309
CIE-Lab72.350646.2293-41.5401

#e094fe color RGB value is (224,148,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010100 11111110
Octal 340 224 376
Decimal 224 148 254
Hex E0 94 FE

RGB Percentages of Color #e094fe

%35.78
%23.64
%40.58

CMYK Percentages of Color #e094fe

%12
%42
%0
%0

Triadic Colors of #e094fe

#e094fe #fee094 #94fee0

Analogous Colors of #e094fe

#e094fe #fe94e7 #ab94fe

Monochromatic Colors of #e094fe

#e094fe

Complementary Color

#e094fe #b2fe94

#e094fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e094fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e094fe Color CSS Codes

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

#e094fe Text Font Color

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

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


#e094fe Background Color

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

This div background color is #e094fe


#e094fe Border Color

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

This div border color is #e094fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e094fe

Related Colors


Comments

No comments written yet.

Please login to write comment.