Color Hex Logo

#e77fff Color Hex

#E77FFF
(231,127,255)
0 Favorites   0 Comments

Color spaces of #e77fff

RGB 231127255
HSL0.801.000.75
HSV289°50°100°
CMYK 0.090.500.00   0.00
XYZ58.594439.387799.1221
Yxy39.38770.29730.1998
Hunter Lab62.759656.8240-49.7105
CIE-Lab69.031259.0284-47.2301

#e77fff color RGB value is (231,127,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111111 11111111
Octal 347 177 377
Decimal 231 127 255
Hex E7 7F FF

RGB Percentages of Color #e77fff

%37.68
%20.72
%41.60

CMYK Percentages of Color #e77fff

%9
%50
%0
%0

Triadic Colors of #e77fff

#e77fff #ffe77f #7fffe7

Analogous Colors of #e77fff

#e77fff #ff7fd7 #a77fff

Monochromatic Colors of #e77fff

#e77fff

Complementary Color

#e77fff #97ff7f

#e77fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77fff Color CSS Codes

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

#e77fff Text Font Color

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

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


#e77fff Background Color

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

This div background color is #e77fff


#e77fff Border Color

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

This div border color is #e77fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77fff


Comments

No comments written yet.

Please login to write comment.