Color Hex Logo

#e54ade Color Hex

#E54ADE
(229,74,222)
0 Favorites   0 Comments

Color spaces of #e54ade

RGB 22974222
HSL0.840.750.59
HSV303°68°90°
CMYK 0.000.680.03   0.10
XYZ47.946726.829571.7588
Yxy26.82950.32720.1831
Hunter Lab51.797274.5856-45.8811
CIE-Lab58.816275.5413-45.0543

#e54ade color RGB value is (229,74,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001010 11011110
Octal 345 112 336
Decimal 229 74 222
Hex E5 4A DE

RGB Percentages of Color #e54ade

%43.62
%14.10
%42.29

CMYK Percentages of Color #e54ade

%0
%68
%3
%10

Triadic Colors of #e54ade

#e54ade #dee54a #4adee5

Analogous Colors of #e54ade

#e54ade #e54a91 #9f4ae5

Monochromatic Colors of #e54ade

#e54ade

Complementary Color

#e54ade #4ae551

#e54ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54ade Color CSS Codes

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

#e54ade Text Font Color

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

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


#e54ade Background Color

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

This div background color is #e54ade


#e54ade Border Color

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

This div border color is #e54ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54ade


Comments

No comments written yet.

Please login to write comment.