Color Hex Logo

#e14aae Color Hex

#E14AAE
(225,74,174)
0 Favorites   0 Comments

Color spaces of #e14aae

RGB 22574174
HSL0.890.720.59
HSV320°67°88°
CMYK 0.000.670.23   0.12
XYZ41.140123.961142.5010
Yxy23.96110.38230.2227
Hunter Lab48.950164.3577-17.2136
CIE-Lab56.048867.6657-21.9428

#e14aae color RGB value is (225,74,174).

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

The process color (four color CMYK) of #e14aae color hex is 0.00, 0.67, 0.23, 0.12. Web safe color of #e14aae is #cc3399. Color #e14aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001010 10101110
Octal 341 112 256
Decimal 225 74 174
Hex E1 4A AE

RGB Percentages of Color #e14aae

%47.57
%15.64
%36.79

CMYK Percentages of Color #e14aae

%0
%67
%23
%12

Triadic Colors of #e14aae

#e14aae #aee14a #4aaee1

Analogous Colors of #e14aae

#e14aae #e14a62 #c94ae1

Monochromatic Colors of #e14aae

#e14aae

Complementary Color

#e14aae #4ae17d

#e14aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14aae Color CSS Codes

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

#e14aae Text Font Color

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

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


#e14aae Background Color

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

This div background color is #e14aae


#e14aae Border Color

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

This div border color is #e14aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14aae


Comments

No comments written yet.

Please login to write comment.