Color Hex Logo

#e779ff Color Hex

#E779FF
(231,121,255)
0 Favorites   0 Comments

Color spaces of #e779ff

RGB 231121255
HSL0.801.000.74
HSV289°53°100°
CMYK 0.090.530.00   0.00
XYZ57.842437.883798.8714
Yxy37.88370.29720.1947
Hunter Lab61.549760.0363-52.1566
CIE-Lab67.934861.9258-48.9568

#e779ff color RGB value is (231,121,255).

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

The process color (four color CMYK) of #e779ff color hex is 0.09, 0.53, 0.00, 0.00. Web safe color of #e779ff is #ff66ff. Color #e779ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111001 11111111
Octal 347 171 377
Decimal 231 121 255
Hex E7 79 FF

RGB Percentages of Color #e779ff

%38.06
%19.93
%42.01

CMYK Percentages of Color #e779ff

%9
%53
%0
%0

Triadic Colors of #e779ff

#e779ff #ffe779 #79ffe7

Analogous Colors of #e779ff

#e779ff #ff79d4 #a479ff

Monochromatic Colors of #e779ff

#e779ff

Complementary Color

#e779ff #91ff79

#e779ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e779ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e779ff Color CSS Codes

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

#e779ff Text Font Color

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

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


#e779ff Background Color

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

This div background color is #e779ff


#e779ff Border Color

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

This div border color is #e779ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e779ff


Comments

No comments written yet.

Please login to write comment.