Color Hex Logo

#e294fa Color Hex

#E294FA
(226,148,250)
0 Favorites   0 Comments

Color spaces of #e294fa

RGB 226148250
HSL0.790.910.78
HSV286°41°98°
CMYK 0.100.410.00   0.02
XYZ59.209344.250795.8630
Yxy44.25070.29710.2220
Hunter Lab66.521242.4675-38.8774
CIE-Lab72.395746.0094-39.2810

#e294fa color RGB value is (226,148,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010100 11111010
Octal 342 224 372
Decimal 226 148 250
Hex E2 94 FA

RGB Percentages of Color #e294fa

%36.22
%23.72
%40.06

CMYK Percentages of Color #e294fa

%10
%41
%0
%2

Triadic Colors of #e294fa

#e294fa #fae294 #94fae2

Analogous Colors of #e294fa

#e294fa #fa94df #af94fa

Monochromatic Colors of #e294fa

#e294fa

Complementary Color

#e294fa #acfa94

#e294fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e294fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e294fa Color CSS Codes

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

#e294fa Text Font Color

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

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


#e294fa Background Color

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

This div background color is #e294fa


#e294fa Border Color

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

This div border color is #e294fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e294fa


Comments

No comments written yet.

Please login to write comment.