Color Hex Logo

#e84cab Color Hex

#E84CAB
(232,76,171)
0 Favorites   0 Comments

Color spaces of #e84cab

RGB 23276171
HSL0.900.770.60
HSV323°67°91°
CMYK 0.000.670.26   0.09
XYZ43.213825.265041.1271
Yxy25.26500.39430.2305
Hunter Lab50.264365.4995-13.3271
CIE-Lab57.332768.3827-18.1369

#e84cab color RGB value is (232,76,171).

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

The process color (four color CMYK) of #e84cab color hex is 0.00, 0.67, 0.26, 0.09. Web safe color of #e84cab is #ff3399. Color #e84cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001100 10101011
Octal 350 114 253
Decimal 232 76 171
Hex E8 4C AB

RGB Percentages of Color #e84cab

%48.43
%15.87
%35.70

CMYK Percentages of Color #e84cab

%0
%67
%26
%9

Triadic Colors of #e84cab

#e84cab #abe84c #4cabe8

Analogous Colors of #e84cab

#e84cab #e84c5d #d74ce8

Monochromatic Colors of #e84cab

#e84cab

Complementary Color

#e84cab #4ce889

#e84cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84cab Color CSS Codes

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

#e84cab Text Font Color

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

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


#e84cab Background Color

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

This div background color is #e84cab


#e84cab Border Color

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

This div border color is #e84cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84cab


Comments

No comments written yet.

Please login to write comment.