Color Hex Logo

#e112ae Color Hex

#E112AE
(225,18,174)
0 Favorites   0 Comments

Color spaces of #e112ae

RGB 22518174
HSL0.870.850.48
HSV315°92°88°
CMYK 0.000.920.23   0.12
XYZ38.907619.496241.7569
Yxy19.49620.38850.1946
Hunter Lab44.154580.0184-25.1624
CIE-Lab51.262881.3262-29.3366

#e112ae color RGB value is (225,18,174).

#e112ae hex color red value is 225, green value is 18 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e112ae hue: 0.87 , saturation: 0.85 and the lightness value of e112ae is 0.48.

The process color (four color CMYK) of #e112ae color hex is 0.00, 0.92, 0.23, 0.12. Web safe color of #e112ae is #cc0099. Color #e112ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010010 10101110
Octal 341 22 256
Decimal 225 18 174
Hex E1 12 AE

RGB Percentages of Color #e112ae

%53.96
%4.32
%41.73

CMYK Percentages of Color #e112ae

%0
%92
%23
%12

Triadic Colors of #e112ae

#e112ae #aee112 #12aee1

Analogous Colors of #e112ae

#e112ae #e11246 #ad12e1

Monochromatic Colors of #e112ae

#e112ae

Complementary Color

#e112ae #12e145

#e112ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e112ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e112ae Color CSS Codes

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

#e112ae Text Font Color

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

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


#e112ae Background Color

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

This div background color is #e112ae


#e112ae Border Color

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

This div border color is #e112ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e112ae

#e112ae Color Palettes


Comments

No comments written yet.

Please login to write comment.