Color Hex Logo

#e879bf Color Hex

#E879BF
(232,121,191)
0 Favorites   0 Comments

Color spaces of #e879bf

RGB 232121191
HSL0.890.710.69
HSV322°48°91°
CMYK 0.000.480.18   0.09
XYZ49.520134.592153.3572
Yxy34.59210.36020.2516
Hunter Lab58.815047.3641-12.6175
CIE-Lab65.429851.3411-17.2829

#e879bf color RGB value is (232,121,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111001 10111111
Octal 350 171 277
Decimal 232 121 191
Hex E8 79 BF

RGB Percentages of Color #e879bf

%42.65
%22.24
%35.11

CMYK Percentages of Color #e879bf

%0
%48
%18
%9

Triadic Colors of #e879bf

#e879bf #bfe879 #79bfe8

Analogous Colors of #e879bf

#e879bf #e87988 #da79e8

Monochromatic Colors of #e879bf

#e879bf

Complementary Color

#e879bf #79e8a2

#e879bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e879bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e879bf Color CSS Codes

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

#e879bf Text Font Color

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

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


#e879bf Background Color

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

This div background color is #e879bf


#e879bf Border Color

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

This div border color is #e879bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e879bf


Comments

No comments written yet.

Please login to write comment.