Color Hex Logo

#e112ad Color Hex

#E112AD
(225,18,173)
0 Favorites   0 Comments

Color spaces of #e112ad

RGB 22518173
HSL0.880.850.48
HSV315°92°88°
CMYK 0.000.920.23   0.12
XYZ38.810519.457341.2453
Yxy19.45730.39000.1955
Hunter Lab44.110479.8597-24.5616
CIE-Lab51.218081.2101-28.8179

#e112ad color RGB value is (225,18,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010010 10101101
Octal 341 22 255
Decimal 225 18 173
Hex E1 12 AD

RGB Percentages of Color #e112ad

%54.09
%4.33
%41.59

CMYK Percentages of Color #e112ad

%0
%92
%23
%12

Triadic Colors of #e112ad

#e112ad #ade112 #12ade1

Analogous Colors of #e112ad

#e112ad #e11245 #ae12e1

Monochromatic Colors of #e112ad

#e112ad

Complementary Color

#e112ad #12e146

#e112ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e112ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e112ad Color CSS Codes

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

#e112ad Text Font Color

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

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


#e112ad Background Color

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

This div background color is #e112ad


#e112ad Border Color

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

This div border color is #e112ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e112ad


Comments

No comments written yet.

Please login to write comment.