Color Hex Logo

#e778bb Color Hex

#E778BB
(231,120,187)
0 Favorites   0 Comments

Color spaces of #e778bb

RGB 231120187
HSL0.900.700.69
HSV324°48°91°
CMYK 0.000.480.19   0.09
XYZ48.641134.009751.0146
Yxy34.00970.36390.2544
Hunter Lab58.317846.8251-11.0425
CIE-Lab64.970350.9273-15.7330

#e778bb color RGB value is (231,120,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111000 10111011
Octal 347 170 273
Decimal 231 120 187
Hex E7 78 BB

RGB Percentages of Color #e778bb

%42.94
%22.30
%34.76

CMYK Percentages of Color #e778bb

%0
%48
%19
%9

Triadic Colors of #e778bb

#e778bb #bbe778 #78bbe7

Analogous Colors of #e778bb

#e778bb #e77884 #dc78e7

Monochromatic Colors of #e778bb

#e778bb

Complementary Color

#e778bb #78e7a4

#e778bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e778bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e778bb Color CSS Codes

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

#e778bb Text Font Color

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

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


#e778bb Background Color

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

This div background color is #e778bb


#e778bb Border Color

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

This div border color is #e778bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e778bb


Comments

No comments written yet.

Please login to write comment.