Color Hex Logo

#e779fa Color Hex

#E779FA
(231,121,250)
0 Favorites   0 Comments

Color spaces of #e779fa

RGB 231121250
HSL0.810.930.73
HSV291°52°98°
CMYK 0.080.520.00   0.02
XYZ57.047737.565894.6867
Yxy37.56580.30140.1984
Hunter Lab61.290958.8831-48.6918
CIE-Lab67.699460.9912-46.5909

#e779fa color RGB value is (231,121,250).

#e779fa hex color red value is 231, green value is 121 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e779fa hue: 0.81 , saturation: 0.93 and the lightness value of e779fa is 0.73.

The process color (four color CMYK) of #e779fa color hex is 0.08, 0.52, 0.00, 0.02. Web safe color of #e779fa is #ff66ff. Color #e779fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111001 11111010
Octal 347 171 372
Decimal 231 121 250
Hex E7 79 FA

RGB Percentages of Color #e779fa

%38.37
%20.10
%41.53

CMYK Percentages of Color #e779fa

%8
%52
%0
%2

Triadic Colors of #e779fa

#e779fa #fae779 #79fae7

Analogous Colors of #e779fa

#e779fa #fa79cd #a779fa

Monochromatic Colors of #e779fa

#e779fa

Complementary Color

#e779fa #8cfa79

#e779fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e779fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e779fa Color CSS Codes

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

#e779fa Text Font Color

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

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


#e779fa Background Color

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

This div background color is #e779fa


#e779fa Border Color

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

This div border color is #e779fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e779fa

Related Colors


Comments

No comments written yet.

Please login to write comment.