Color Hex Logo

#e77fe5 Color Hex

#E77FE5
(231,127,229)
0 Favorites   0 Comments

Color spaces of #e77fe5

RGB 231127229
HSL0.840.680.70
HSV301°45°91°
CMYK 0.000.450.01   0.09
XYZ54.687237.824878.5473
Yxy37.82480.31970.2211
Hunter Lab61.501951.0932-32.6711
CIE-Lab67.891354.2647-34.7315

#e77fe5 color RGB value is (231,127,229).

#e77fe5 hex color red value is 231, green value is 127 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #e77fe5 hue: 0.84 , saturation: 0.68 and the lightness value of e77fe5 is 0.70.

The process color (four color CMYK) of #e77fe5 color hex is 0.00, 0.45, 0.01, 0.09. Web safe color of #e77fe5 is #ff66cc. Color #e77fe5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111111 11100101
Octal 347 177 345
Decimal 231 127 229
Hex E7 7F E5

RGB Percentages of Color #e77fe5

%39.35
%21.64
%39.01

CMYK Percentages of Color #e77fe5

%0
%45
%1
%9

Triadic Colors of #e77fe5

#e77fe5 #e5e77f #7fe5e7

Analogous Colors of #e77fe5

#e77fe5 #e77fb1 #b57fe7

Monochromatic Colors of #e77fe5

#e77fe5

Complementary Color

#e77fe5 #7fe781

#e77fe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77fe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77fe5 Color CSS Codes

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

#e77fe5 Text Font Color

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

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


#e77fe5 Background Color

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

This div background color is #e77fe5


#e77fe5 Border Color

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

This div border color is #e77fe5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,127,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e77fe5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77fe5


Comments

No comments written yet.

Please login to write comment.