Color Hex Logo

#e77ebf Color Hex

#E77EBF
(231,126,191)
0 Favorites   0 Comments

Color spaces of #e77ebf

RGB 231126191
HSL0.900.690.70
HSV323°45°91°
CMYK 0.000.450.17   0.09
XYZ49.819835.672253.5498
Yxy35.67220.35830.2566
Hunter Lab59.726244.3725-11.3504
CIE-Lab66.268748.5354-16.0261

#e77ebf color RGB value is (231,126,191).

#e77ebf hex color red value is 231, green value is 126 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e77ebf hue: 0.90 , saturation: 0.69 and the lightness value of e77ebf is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111110 10111111
Octal 347 176 277
Decimal 231 126 191
Hex E7 7E BF

RGB Percentages of Color #e77ebf

%42.15
%22.99
%34.85

CMYK Percentages of Color #e77ebf

%0
%45
%17
%9

Triadic Colors of #e77ebf

#e77ebf #bfe77e #7ebfe7

Analogous Colors of #e77ebf

#e77ebf #e77e8b #db7ee7

Monochromatic Colors of #e77ebf

#e77ebf

Complementary Color

#e77ebf #7ee7a6

#e77ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77ebf Color CSS Codes

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

#e77ebf Text Font Color

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

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


#e77ebf Background Color

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

This div background color is #e77ebf


#e77ebf Border Color

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

This div border color is #e77ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77ebf


Comments

No comments written yet.

Please login to write comment.