Color Hex Logo

#e84abf Color Hex

#E84ABF
(232,74,191)
0 Favorites   0 Comments

Color spaces of #e84abf

RGB 23274191
HSL0.880.770.60
HSV316°68°91°
CMYK 0.000.680.18   0.09
XYZ45.131525.815051.8943
Yxy25.81500.36740.2102
Hunter Lab50.808569.6409-24.9912
CIE-Lab57.861071.7106-28.8782

#e84abf color RGB value is (232,74,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001010 10111111
Octal 350 112 277
Decimal 232 74 191
Hex E8 4A BF

RGB Percentages of Color #e84abf

%46.68
%14.89
%38.43

CMYK Percentages of Color #e84abf

%0
%68
%18
%9

Triadic Colors of #e84abf

#e84abf #bfe84a #4abfe8

Analogous Colors of #e84abf

#e84abf #e84a70 #c24ae8

Monochromatic Colors of #e84abf

#e84abf

Complementary Color

#e84abf #4ae873

#e84abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84abf Color CSS Codes

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

#e84abf Text Font Color

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

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


#e84abf Background Color

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

This div background color is #e84abf


#e84abf Border Color

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

This div border color is #e84abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84abf


Comments

No comments written yet.

Please login to write comment.