Color Hex Logo

#e54add Color Hex

#E54ADD
(229,74,221)
0 Favorites   0 Comments

Color spaces of #e54add

RGB 22974221
HSL0.840.750.59
HSV303°68°90°
CMYK 0.000.680.03   0.10
XYZ47.813026.776071.0549
Yxy26.77600.32830.1838
Hunter Lab51.745574.3798-45.1928
CIE-Lab58.766475.3854-44.5692

#e54add color RGB value is (229,74,221).

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

The process color (four color CMYK) of #e54add color hex is 0.00, 0.68, 0.03, 0.10. Web safe color of #e54add is #cc33cc. Color #e54add contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001010 11011101
Octal 345 112 335
Decimal 229 74 221
Hex E5 4A DD

RGB Percentages of Color #e54add

%43.70
%14.12
%42.18

CMYK Percentages of Color #e54add

%0
%68
%3
%10

Triadic Colors of #e54add

#e54add #dde54a #4adde5

Analogous Colors of #e54add

#e54add #e54a90 #a04ae5

Monochromatic Colors of #e54add

#e54add

Complementary Color

#e54add #4ae552

#e54add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54add Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54add Color CSS Codes

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

#e54add Text Font Color

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

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


#e54add Background Color

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

This div background color is #e54add


#e54add Border Color

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

This div border color is #e54add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54add


Comments

No comments written yet.

Please login to write comment.