Color Hex Logo

#e879eb Color Hex

#E879EB
(232,121,235)
0 Favorites   0 Comments

Color spaces of #e879eb

RGB 232121235
HSL0.830.740.70
HSV298°49°92°
CMYK 0.010.490.00   0.08
XYZ55.111536.828782.8012
Yxy36.82870.31540.2108
Hunter Lab60.686755.8999-38.4149
CIE-Lab67.148358.5399-39.1938

#e879eb color RGB value is (232,121,235).

#e879eb hex color red value is 232, green value is 121 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e879eb hue: 0.83 , saturation: 0.74 and the lightness value of e879eb is 0.70.

The process color (four color CMYK) of #e879eb color hex is 0.01, 0.49, 0.00, 0.08. Web safe color of #e879eb is #ff66ff. Color #e879eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111001 11101011
Octal 350 171 353
Decimal 232 121 235
Hex E8 79 EB

RGB Percentages of Color #e879eb

%39.46
%20.58
%39.97

CMYK Percentages of Color #e879eb

%1
%49
%0
%8

Triadic Colors of #e879eb

#e879eb #ebe879 #79ebe8

Analogous Colors of #e879eb

#e879eb #eb79b5 #af79eb

Monochromatic Colors of #e879eb

#e879eb

Complementary Color

#e879eb #7ceb79

#e879eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e879eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e879eb Color CSS Codes

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

#e879eb Text Font Color

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

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


#e879eb Background Color

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

This div background color is #e879eb


#e879eb Border Color

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

This div border color is #e879eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e879eb


Comments

No comments written yet.

Please login to write comment.