Color Hex Logo

#e84eab Color Hex

#E84EAB
(232,78,171)
0 Favorites   0 Comments

Color spaces of #e84eab

RGB 23278171
HSL0.900.770.61
HSV324°66°91°
CMYK 0.000.660.26   0.09
XYZ43.353825.544941.1737
Yxy25.54490.39390.2321
Hunter Lab50.542064.6650-12.9209
CIE-Lab57.602567.6344-17.7263

#e84eab color RGB value is (232,78,171).

#e84eab hex color red value is 232, green value is 78 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e84eab hue: 0.90 , saturation: 0.77 and the lightness value of e84eab is 0.61.

The process color (four color CMYK) of #e84eab color hex is 0.00, 0.66, 0.26, 0.09. Web safe color of #e84eab is #ff6699. Color #e84eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001110 10101011
Octal 350 116 253
Decimal 232 78 171
Hex E8 4E AB

RGB Percentages of Color #e84eab

%48.23
%16.22
%35.55

CMYK Percentages of Color #e84eab

%0
%66
%26
%9

Triadic Colors of #e84eab

#e84eab #abe84e #4eabe8

Analogous Colors of #e84eab

#e84eab #e84e5e #d84ee8

Monochromatic Colors of #e84eab

#e84eab

Complementary Color

#e84eab #4ee88b

#e84eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84eab Color CSS Codes

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

#e84eab Text Font Color

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

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


#e84eab Background Color

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

This div background color is #e84eab


#e84eab Border Color

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

This div border color is #e84eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84eab


Comments

No comments written yet.

Please login to write comment.