Color Hex Logo

#e14add Color Hex

#E14ADD
(225,74,221)
0 Favorites   0 Comments

Color spaces of #e14add

RGB 22574221
HSL0.840.720.59
HSV302°67°88°
CMYK 0.000.670.02   0.12
XYZ46.551326.125670.9958
Yxy26.12560.32400.1818
Hunter Lab51.113273.1206-46.5740
CIE-Lab58.156174.4872-45.5733

#e14add color RGB value is (225,74,221).

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

The process color (four color CMYK) of #e14add color hex is 0.00, 0.67, 0.02, 0.12. Web safe color of #e14add is #cc33cc. Color #e14add contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001010 11011101
Octal 341 112 335
Decimal 225 74 221
Hex E1 4A DD

RGB Percentages of Color #e14add

%43.27
%14.23
%42.50

CMYK Percentages of Color #e14add

%0
%67
%2
%12

Triadic Colors of #e14add

#e14add #dde14a #4adde1

Analogous Colors of #e14add

#e14add #e14a92 #9a4ae1

Monochromatic Colors of #e14add

#e14add

Complementary Color

#e14add #4ae14e

#e14add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14add Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14add Color CSS Codes

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

#e14add Text Font Color

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

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


#e14add Background Color

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

This div background color is #e14add


#e14add Border Color

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

This div border color is #e14add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14add


Comments

No comments written yet.

Please login to write comment.