Color Hex Logo

#e84abb Color Hex

#E84ABB
(232,74,187)
0 Favorites   0 Comments

Color spaces of #e84abb

RGB 23274187
HSL0.880.770.60
HSV317°68°91°
CMYK 0.000.680.19   0.09
XYZ44.697125.641249.6072
Yxy25.64120.37260.2138
Hunter Lab50.637168.9459-22.6381
CIE-Lab57.694971.1711-26.8350

#e84abb color RGB value is (232,74,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001010 10111011
Octal 350 112 273
Decimal 232 74 187
Hex E8 4A BB

RGB Percentages of Color #e84abb

%47.06
%15.01
%37.93

CMYK Percentages of Color #e84abb

%0
%68
%19
%9

Triadic Colors of #e84abb

#e84abb #bbe84a #4abbe8

Analogous Colors of #e84abb

#e84abb #e84a6c #c64ae8

Monochromatic Colors of #e84abb

#e84abb

Complementary Color

#e84abb #4ae877

#e84abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84abb Color CSS Codes

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

#e84abb Text Font Color

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

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


#e84abb Background Color

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

This div background color is #e84abb


#e84abb Border Color

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

This div border color is #e84abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84abb


Comments

No comments written yet.

Please login to write comment.