Color Hex Logo

#e34dac Color Hex

#E34DAC
(227,77,172)
0 Favorites   0 Comments

Color spaces of #e34dac

RGB 22777172
HSL0.890.730.60
HSV322°66°89°
CMYK 0.000.660.24   0.11
XYZ41.778824.617241.5793
Yxy24.61720.38690.2280
Hunter Lab49.615763.4780-14.9556
CIE-Lab56.700566.8039-19.7548

#e34dac color RGB value is (227,77,172).

#e34dac hex color red value is 227, green value is 77 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e34dac hue: 0.89 , saturation: 0.73 and the lightness value of e34dac is 0.60.

The process color (four color CMYK) of #e34dac color hex is 0.00, 0.66, 0.24, 0.11. Web safe color of #e34dac is #cc6699. Color #e34dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001101 10101100
Octal 343 115 254
Decimal 227 77 172
Hex E3 4D AC

RGB Percentages of Color #e34dac

%47.69
%16.18
%36.13

CMYK Percentages of Color #e34dac

%0
%66
%24
%11

Triadic Colors of #e34dac

#e34dac #ace34d #4dace3

Analogous Colors of #e34dac

#e34dac #e34d61 #cf4de3

Monochromatic Colors of #e34dac

#e34dac

Complementary Color

#e34dac #4de384

#e34dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34dac Color CSS Codes

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

#e34dac Text Font Color

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

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


#e34dac Background Color

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

This div background color is #e34dac


#e34dac Border Color

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

This div border color is #e34dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34dac


Comments

No comments written yet.

Please login to write comment.