Color Hex Logo

#e84abe Color Hex

#E84ABE
(232,74,190)
0 Favorites   0 Comments

Color spaces of #e84abe

RGB 23274190
HSL0.880.770.60
HSV316°68°91°
CMYK 0.000.680.18   0.09
XYZ45.021825.771151.3166
Yxy25.77110.36870.2110
Hunter Lab50.765269.4658-24.3983
CIE-Lab57.819171.5749-28.3685

#e84abe color RGB value is (232,74,190).

#e84abe hex color red value is 232, green value is 74 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e84abe hue: 0.88 , saturation: 0.77 and the lightness value of e84abe is 0.60.

The process color (four color CMYK) of #e84abe color hex is 0.00, 0.68, 0.18, 0.09. Web safe color of #e84abe is #ff33cc. Color #e84abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001010 10111110
Octal 350 112 276
Decimal 232 74 190
Hex E8 4A BE

RGB Percentages of Color #e84abe

%46.77
%14.92
%38.31

CMYK Percentages of Color #e84abe

%0
%68
%18
%9

Triadic Colors of #e84abe

#e84abe #bee84a #4abee8

Analogous Colors of #e84abe

#e84abe #e84a6f #c34ae8

Monochromatic Colors of #e84abe

#e84abe

Complementary Color

#e84abe #4ae874

#e84abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84abe Color CSS Codes

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

#e84abe Text Font Color

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

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


#e84abe Background Color

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

This div background color is #e84abe


#e84abe Border Color

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

This div border color is #e84abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84abe


Comments

No comments written yet.

Please login to write comment.