Color Hex Logo

#e791fa Color Hex

#E791FA
(231,145,250)
0 Favorites   0 Comments

Color spaces of #e791fa

RGB 231145250
HSL0.800.910.77
HSV289°42°98°
CMYK 0.080.420.00   0.02
XYZ60.335744.141895.7827
Yxy44.14180.30130.2204
Hunter Lab66.439345.8329-38.9684
CIE-Lab72.323249.0131-39.3526

#e791fa color RGB value is (231,145,250).

#e791fa hex color red value is 231, green value is 145 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e791fa hue: 0.80 , saturation: 0.91 and the lightness value of e791fa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010001 11111010
Octal 347 221 372
Decimal 231 145 250
Hex E7 91 FA

RGB Percentages of Color #e791fa

%36.90
%23.16
%39.94

CMYK Percentages of Color #e791fa

%8
%42
%0
%2

Triadic Colors of #e791fa

#e791fa #fae791 #91fae7

Analogous Colors of #e791fa

#e791fa #fa91d9 #b391fa

Monochromatic Colors of #e791fa

#e791fa

Complementary Color

#e791fa #a4fa91

#e791fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e791fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e791fa Color CSS Codes

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

#e791fa Text Font Color

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

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


#e791fa Background Color

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

This div background color is #e791fa


#e791fa Border Color

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

This div border color is #e791fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e791fa

Related Colors


Comments

No comments written yet.

Please login to write comment.