Color Hex Logo

#e34dae Color Hex

#E34DAE
(227,77,174)
0 Favorites   0 Comments

Color spaces of #e34dae

RGB 22777174
HSL0.890.730.60
HSV321°66°89°
CMYK 0.000.660.23   0.11
XYZ41.972424.694642.5987
Yxy24.69460.38410.2260
Hunter Lab49.693763.8013-16.0394
CIE-Lab56.776667.0622-20.7998

#e34dae color RGB value is (227,77,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001101 10101110
Octal 343 115 256
Decimal 227 77 174
Hex E3 4D AE

RGB Percentages of Color #e34dae

%47.49
%16.11
%36.40

CMYK Percentages of Color #e34dae

%0
%66
%23
%11

Triadic Colors of #e34dae

#e34dae #aee34d #4daee3

Analogous Colors of #e34dae

#e34dae #e34d63 #cd4de3

Monochromatic Colors of #e34dae

#e34dae

Complementary Color

#e34dae #4de382

#e34dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34dae Color CSS Codes

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

#e34dae Text Font Color

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

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


#e34dae Background Color

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

This div background color is #e34dae


#e34dae Border Color

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

This div border color is #e34dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34dae


Comments

No comments written yet.

Please login to write comment.