Color Hex Logo

#e294ff Color Hex

#E294FF
(226,148,255)
0 Favorites   0 Comments

Color spaces of #e294ff

RGB 226148255
HSL0.791.000.79
HSV284°42°100°
CMYK 0.110.420.00   0.00
XYZ60.003944.5686100.0478
Yxy44.56860.29320.2178
Hunter Lab66.759743.6070-42.1217
CIE-Lab72.606947.0009-41.6666

#e294ff color RGB value is (226,148,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010100 11111111
Octal 342 224 377
Decimal 226 148 255
Hex E2 94 FF

RGB Percentages of Color #e294ff

%35.93
%23.53
%40.54

CMYK Percentages of Color #e294ff

%11
%42
%0
%0

Triadic Colors of #e294ff

#e294ff #ffe294 #94ffe2

Analogous Colors of #e294ff

#e294ff #ff94e7 #ad94ff

Monochromatic Colors of #e294ff

#e294ff

Complementary Color

#e294ff #b1ff94

#e294ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e294ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e294ff Color CSS Codes

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

#e294ff Text Font Color

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

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


#e294ff Background Color

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

This div background color is #e294ff


#e294ff Border Color

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

This div border color is #e294ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e294ff

#e294ff Color Palettes


Comments

No comments written yet.

Please login to write comment.