Color Hex Logo

#e77eec Color Hex

#E77EEC
(231,126,236)
0 Favorites   0 Comments

Color spaces of #e77eec

RGB 231126236
HSL0.830.740.71
HSV297°47°93°
CMYK 0.020.470.00   0.07
XYZ55.556237.966883.7571
Yxy37.96680.31340.2142
Hunter Lab61.617253.1117-37.4617
CIE-Lab67.996156.0039-38.4318

#e77eec color RGB value is (231,126,236).

#e77eec hex color red value is 231, green value is 126 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e77eec hue: 0.83 , saturation: 0.74 and the lightness value of e77eec is 0.71.

The process color (four color CMYK) of #e77eec color hex is 0.02, 0.47, 0.00, 0.07. Web safe color of #e77eec is #ff66ff. Color #e77eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111110 11101100
Octal 347 176 354
Decimal 231 126 236
Hex E7 7E EC

RGB Percentages of Color #e77eec

%38.95
%21.25
%39.80

CMYK Percentages of Color #e77eec

%2
%47
%0
%7

Triadic Colors of #e77eec

#e77eec #ece77e #7eece7

Analogous Colors of #e77eec

#e77eec #ec7eba #b07eec

Monochromatic Colors of #e77eec

#e77eec

Complementary Color

#e77eec #83ec7e

#e77eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77eec Color CSS Codes

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

#e77eec Text Font Color

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

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


#e77eec Background Color

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

This div background color is #e77eec


#e77eec Border Color

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

This div border color is #e77eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77eec


Comments

No comments written yet.

Please login to write comment.