Color Hex Logo

#e12ab7 Color Hex

#E12AB7
(225,42,183)
0 Favorites   0 Comments

Color spaces of #e12ab7

RGB 22542183
HSL0.870.750.52
HSV314°81°88°
CMYK 0.000.810.19   0.12
XYZ40.426521.082446.7383
Yxy21.08240.37350.1948
Hunter Lab45.915676.8086-28.2115
CIE-Lab53.039678.4371-31.8356

#e12ab7 color RGB value is (225,42,183).

#e12ab7 hex color red value is 225, green value is 42 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #e12ab7 hue: 0.87 , saturation: 0.75 and the lightness value of e12ab7 is 0.52.

The process color (four color CMYK) of #e12ab7 color hex is 0.00, 0.81, 0.19, 0.12. Web safe color of #e12ab7 is #cc33cc. Color #e12ab7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101010 10110111
Octal 341 52 267
Decimal 225 42 183
Hex E1 2A B7

RGB Percentages of Color #e12ab7

%50.00
%9.33
%40.67

CMYK Percentages of Color #e12ab7

%0
%81
%19
%12

Triadic Colors of #e12ab7

#e12ab7 #b7e12a #2ab7e1

Analogous Colors of #e12ab7

#e12ab7 #e12a5c #b02ae1

Monochromatic Colors of #e12ab7

#e12ab7

Complementary Color

#e12ab7 #2ae154

#e12ab7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12ab7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12ab7 Color CSS Codes

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

#e12ab7 Text Font Color

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

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


#e12ab7 Background Color

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

This div background color is #e12ab7


#e12ab7 Border Color

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

This div border color is #e12ab7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12ab7


Comments

No comments written yet.

Please login to write comment.