Color Hex Logo

#e84dac Color Hex

#E84DAC
(232,77,172)
0 Favorites   0 Comments

Color spaces of #e84dac

RGB 23277172
HSL0.900.770.61
HSV323°67°91°
CMYK 0.000.670.26   0.09
XYZ43.379025.442141.6542
Yxy25.44210.39270.2303
Hunter Lab50.440265.2413-13.6544
CIE-Lab57.503768.1351-18.4572

#e84dac color RGB value is (232,77,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001101 10101100
Octal 350 115 254
Decimal 232 77 172
Hex E8 4D AC

RGB Percentages of Color #e84dac

%48.23
%16.01
%35.76

CMYK Percentages of Color #e84dac

%0
%67
%26
%9

Triadic Colors of #e84dac

#e84dac #ace84d #4dace8

Analogous Colors of #e84dac

#e84dac #e84d5f #d74de8

Monochromatic Colors of #e84dac

#e84dac

Complementary Color

#e84dac #4de889

#e84dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84dac Color CSS Codes

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

#e84dac Text Font Color

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

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


#e84dac Background Color

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

This div background color is #e84dac


#e84dac Border Color

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

This div border color is #e84dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84dac


Comments

No comments written yet.

Please login to write comment.