Color Hex Logo

#e14aaf Color Hex

#E14AAF
(225,74,175)
0 Favorites   0 Comments

Color spaces of #e14aaf

RGB 22574175
HSL0.890.720.59
HSV320°67°88°
CMYK 0.000.670.22   0.12
XYZ41.238024.000343.0165
Yxy24.00030.38090.2217
Hunter Lab48.990164.5218-17.7674
CIE-Lab56.088167.7962-22.4636

#e14aaf color RGB value is (225,74,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001010 10101111
Octal 341 112 257
Decimal 225 74 175
Hex E1 4A AF

RGB Percentages of Color #e14aaf

%47.47
%15.61
%36.92

CMYK Percentages of Color #e14aaf

%0
%67
%22
%12

Triadic Colors of #e14aaf

#e14aaf #afe14a #4aafe1

Analogous Colors of #e14aaf

#e14aaf #e14a64 #c84ae1

Monochromatic Colors of #e14aaf

#e14aaf

Complementary Color

#e14aaf #4ae17c

#e14aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14aaf Color CSS Codes

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

#e14aaf Text Font Color

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

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


#e14aaf Background Color

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

This div background color is #e14aaf


#e14aaf Border Color

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

This div border color is #e14aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,74,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14aaf


Comments

No comments written yet.

Please login to write comment.