Color Hex Logo

#e14dae Color Hex

#E14DAE
(225,77,174)
0 Favorites   0 Comments

Color spaces of #e14dae

RGB 22577174
HSL0.890.710.59
HSV321°66°88°
CMYK 0.000.660.23   0.12
XYZ41.345224.371342.5694
Yxy24.37130.38180.2251
Hunter Lab49.367363.1013-16.5686
CIE-Lab56.457666.5311-21.3163

#e14dae color RGB value is (225,77,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001101 10101110
Octal 341 115 256
Decimal 225 77 174
Hex E1 4D AE

RGB Percentages of Color #e14dae

%47.27
%16.18
%36.55

CMYK Percentages of Color #e14dae

%0
%66
%23
%12

Triadic Colors of #e14dae

#e14dae #aee14d #4daee1

Analogous Colors of #e14dae

#e14dae #e14d64 #ca4de1

Monochromatic Colors of #e14dae

#e14dae

Complementary Color

#e14dae #4de180

#e14dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14dae Color CSS Codes

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

#e14dae Text Font Color

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

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


#e14dae Background Color

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

This div background color is #e14dae


#e14dae Border Color

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

This div border color is #e14dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14dae

#e14dae Color Palettes


Comments

No comments written yet.

Please login to write comment.