Color Hex Logo

#e12cab Color Hex

#E12CAB
(225,44,171)
0 Favorites   0 Comments

Color spaces of #e12cab

RGB 22544171
HSL0.880.750.53
HSV318°80°88°
CMYK 0.000.800.24   0.12
XYZ39.302720.749240.4616
Yxy20.74920.39100.2064
Hunter Lab45.551374.2991-20.7793
CIE-Lab52.673976.4961-25.3853

#e12cab color RGB value is (225,44,171).

#e12cab hex color red value is 225, green value is 44 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e12cab hue: 0.88 , saturation: 0.75 and the lightness value of e12cab is 0.53.

The process color (four color CMYK) of #e12cab color hex is 0.00, 0.80, 0.24, 0.12. Web safe color of #e12cab is #cc3399. Color #e12cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101100 10101011
Octal 341 54 253
Decimal 225 44 171
Hex E1 2C AB

RGB Percentages of Color #e12cab

%51.14
%10.00
%38.86

CMYK Percentages of Color #e12cab

%0
%80
%24
%12

Triadic Colors of #e12cab

#e12cab #abe12c #2cabe1

Analogous Colors of #e12cab

#e12cab #e12c50 #bd2ce1

Monochromatic Colors of #e12cab

#e12cab

Complementary Color

#e12cab #2ce162

#e12cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12cab Color CSS Codes

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

#e12cab Text Font Color

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

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


#e12cab Background Color

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

This div background color is #e12cab


#e12cab Border Color

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

This div border color is #e12cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12cab


Comments

No comments written yet.

Please login to write comment.