Color Hex Logo

#e776bb Color Hex

#E776BB
(231,118,187)
0 Favorites   0 Comments

Color spaces of #e776bb

RGB 231118187
HSL0.900.700.68
HSV323°49°91°
CMYK 0.000.490.19   0.09
XYZ48.403133.533650.9352
Yxy33.53360.36430.2524
Hunter Lab57.908247.8615-11.6149
CIE-Lab64.590751.9102-16.3069

#e776bb color RGB value is (231,118,187).

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

The process color (four color CMYK) of #e776bb color hex is 0.00, 0.49, 0.19, 0.09. Web safe color of #e776bb is #ff66cc. Color #e776bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110110 10111011
Octal 347 166 273
Decimal 231 118 187
Hex E7 76 BB

RGB Percentages of Color #e776bb

%43.10
%22.01
%34.89

CMYK Percentages of Color #e776bb

%0
%49
%19
%9

Triadic Colors of #e776bb

#e776bb #bbe776 #76bbe7

Analogous Colors of #e776bb

#e776bb #e77683 #db76e7

Monochromatic Colors of #e776bb

#e776bb

Complementary Color

#e776bb #76e7a2

#e776bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e776bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e776bb Color CSS Codes

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

#e776bb Text Font Color

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

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


#e776bb Background Color

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

This div background color is #e776bb


#e776bb Border Color

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

This div border color is #e776bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e776bb


Comments

No comments written yet.

Please login to write comment.