Color Hex Logo

#e794ff Color Hex

#E794FF
(231,148,255)
0 Favorites   0 Comments

Color spaces of #e794ff

RGB 231148255
HSL0.801.000.79
HSV287°42°100°
CMYK 0.090.420.00   0.00
XYZ61.594945.3887100.1222
Yxy45.38870.29740.2192
Hunter Lab67.371145.2964-40.9528
CIE-Lab73.147148.4305-40.7834

#e794ff color RGB value is (231,148,255).

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

The process color (four color CMYK) of #e794ff color hex is 0.09, 0.42, 0.00, 0.00. Web safe color of #e794ff is #ff99ff. Color #e794ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010100 11111111
Octal 347 224 377
Decimal 231 148 255
Hex E7 94 FF

RGB Percentages of Color #e794ff

%36.44
%23.34
%40.22

CMYK Percentages of Color #e794ff

%9
%42
%0
%0

Triadic Colors of #e794ff

#e794ff #ffe794 #94ffe7

Analogous Colors of #e794ff

#e794ff #ff94e2 #b294ff

Monochromatic Colors of #e794ff

#e794ff

Complementary Color

#e794ff #acff94

#e794ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e794ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e794ff Color CSS Codes

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

#e794ff Text Font Color

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

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


#e794ff Background Color

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

This div background color is #e794ff


#e794ff Border Color

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

This div border color is #e794ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e794ff

Related Colors

#e794ff Color Palettes


Comments

No comments written yet.

Please login to write comment.