Color Hex Logo

#e40aae Color Hex

#E40AAE
(228,10,174)
0 Favorites   0 Comments

Color spaces of #e40aae

RGB 22810174
HSL0.870.920.47
HSV315°96°89°
CMYK 0.000.960.24   0.11
XYZ39.743419.767141.7651
Yxy19.76710.39240.1952
Hunter Lab44.460281.7575-24.5738
CIE-Lab51.572982.6291-28.8114

#e40aae color RGB value is (228,10,174).

#e40aae hex color red value is 228, green value is 10 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e40aae hue: 0.87 , saturation: 0.92 and the lightness value of e40aae is 0.47.

The process color (four color CMYK) of #e40aae color hex is 0.00, 0.96, 0.24, 0.11. Web safe color of #e40aae is #cc0099. Color #e40aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001010 10101110
Octal 344 12 256
Decimal 228 10 174
Hex E4 A AE

RGB Percentages of Color #e40aae

%55.34
%2.43
%42.23

CMYK Percentages of Color #e40aae

%0
%96
%24
%11

Triadic Colors of #e40aae

#e40aae #aee40a #0aaee4

Analogous Colors of #e40aae

#e40aae #e40a41 #ad0ae4

Monochromatic Colors of #e40aae

#e40aae

Complementary Color

#e40aae #0ae440

#e40aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40aae Color CSS Codes

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

#e40aae Text Font Color

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

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


#e40aae Background Color

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

This div background color is #e40aae


#e40aae Border Color

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

This div border color is #e40aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40aae


Comments

No comments written yet.

Please login to write comment.