Color Hex Logo

#e77ebe Color Hex

#E77EBE
(231,126,190)
0 Favorites   0 Comments

Color spaces of #e77ebe

RGB 231126190
HSL0.900.690.70
HSV323°45°91°
CMYK 0.000.450.18   0.09
XYZ49.710135.628352.9721
Yxy35.62830.35940.2576
Hunter Lab59.689444.2004-10.8350
CIE-Lab66.234948.3848-15.5145

#e77ebe color RGB value is (231,126,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111110 10111110
Octal 347 176 276
Decimal 231 126 190
Hex E7 7E BE

RGB Percentages of Color #e77ebe

%42.23
%23.03
%34.73

CMYK Percentages of Color #e77ebe

%0
%45
%18
%9

Triadic Colors of #e77ebe

#e77ebe #bee77e #7ebee7

Analogous Colors of #e77ebe

#e77ebe #e77e8a #dc7ee7

Monochromatic Colors of #e77ebe

#e77ebe

Complementary Color

#e77ebe #7ee7a7

#e77ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77ebe Color CSS Codes

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

#e77ebe Text Font Color

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

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


#e77ebe Background Color

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

This div background color is #e77ebe


#e77ebe Border Color

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

This div border color is #e77ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77ebe


Comments

No comments written yet.

Please login to write comment.