Color Hex Logo

#e777bb Color Hex

#E777BB
(231,119,187)
0 Favorites   0 Comments

Color spaces of #e777bb

RGB 231119187
HSL0.900.700.69
HSV324°48°91°
CMYK 0.000.480.19   0.09
XYZ48.521533.770450.9747
Yxy33.77040.36410.2534
Hunter Lab58.112347.3440-11.3291
CIE-Lab64.779951.4197-16.0207

#e777bb color RGB value is (231,119,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110111 10111011
Octal 347 167 273
Decimal 231 119 187
Hex E7 77 BB

RGB Percentages of Color #e777bb

%43.02
%22.16
%34.82

CMYK Percentages of Color #e777bb

%0
%48
%19
%9

Triadic Colors of #e777bb

#e777bb #bbe777 #77bbe7

Analogous Colors of #e777bb

#e777bb #e77783 #db77e7

Monochromatic Colors of #e777bb

#e777bb

Complementary Color

#e777bb #77e7a3

#e777bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e777bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e777bb Color CSS Codes

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

#e777bb Text Font Color

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

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


#e777bb Background Color

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

This div background color is #e777bb


#e777bb Border Color

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

This div border color is #e777bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,119,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 #e777bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e777bb


Comments

No comments written yet.

Please login to write comment.