Color Hex Logo

#e779bb Color Hex

#E779BB
(231,121,187)
0 Favorites   0 Comments

Color spaces of #e779bb

RGB 231121187
HSL0.900.700.69
HSV324°48°91°
CMYK 0.000.480.19   0.09
XYZ48.762034.251551.0549
Yxy34.25150.36370.2555
Hunter Lab58.524846.3052-10.7551
CIE-Lab65.161750.4332-15.4439

#e779bb color RGB value is (231,121,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111001 10111011
Octal 347 171 273
Decimal 231 121 187
Hex E7 79 BB

RGB Percentages of Color #e779bb

%42.86
%22.45
%34.69

CMYK Percentages of Color #e779bb

%0
%48
%19
%9

Triadic Colors of #e779bb

#e779bb #bbe779 #79bbe7

Analogous Colors of #e779bb

#e779bb #e77984 #dc79e7

Monochromatic Colors of #e779bb

#e779bb

Complementary Color

#e779bb #79e7a5

#e779bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e779bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e779bb Color CSS Codes

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

#e779bb Text Font Color

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

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


#e779bb Background Color

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

This div background color is #e779bb


#e779bb Border Color

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

This div border color is #e779bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e779bb


Comments

No comments written yet.

Please login to write comment.