Color Hex Logo

#e094fa Color Hex

#E094FA
(224,148,250)
0 Favorites   0 Comments

Color spaces of #e094fa

RGB 224148250
HSL0.790.910.78
HSV285°41°98°
CMYK 0.100.410.00   0.02
XYZ58.585743.929295.8339
Yxy43.92920.29540.2215
Hunter Lab66.279141.7920-39.3329
CIE-Lab72.181145.4299-39.6316

#e094fa color RGB value is (224,148,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010100 11111010
Octal 340 224 372
Decimal 224 148 250
Hex E0 94 FA

RGB Percentages of Color #e094fa

%36.01
%23.79
%40.19

CMYK Percentages of Color #e094fa

%10
%41
%0
%2

Triadic Colors of #e094fa

#e094fa #fae094 #94fae0

Analogous Colors of #e094fa

#e094fa #fa94e1 #ad94fa

Monochromatic Colors of #e094fa

#e094fa

Complementary Color

#e094fa #aefa94

#e094fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e094fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e094fa Color CSS Codes

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

#e094fa Text Font Color

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

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


#e094fa Background Color

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

This div background color is #e094fa


#e094fa Border Color

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

This div border color is #e094fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e094fa


Comments

No comments written yet.

Please login to write comment.