Color Hex Logo

#e779bf Color Hex

#E779BF
(231,121,191)
0 Favorites   0 Comments

Color spaces of #e779bf

RGB 231121191
HSL0.890.700.69
HSV322°48°91°
CMYK 0.000.480.17   0.09
XYZ49.196334.425353.3420
Yxy34.42530.35920.2513
Hunter Lab58.673146.9911-12.8317
CIE-Lab65.298851.0273-17.4939

#e779bf color RGB value is (231,121,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111001 10111111
Octal 347 171 277
Decimal 231 121 191
Hex E7 79 BF

RGB Percentages of Color #e779bf

%42.54
%22.28
%35.17

CMYK Percentages of Color #e779bf

%0
%48
%17
%9

Triadic Colors of #e779bf

#e779bf #bfe779 #79bfe7

Analogous Colors of #e779bf

#e779bf #e77988 #d879e7

Monochromatic Colors of #e779bf

#e779bf

Complementary Color

#e779bf #79e7a1

#e779bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e779bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e779bf Color CSS Codes

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

#e779bf Text Font Color

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

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


#e779bf Background Color

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

This div background color is #e779bf


#e779bf Border Color

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

This div border color is #e779bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e779bf


Comments

No comments written yet.

Please login to write comment.