Color Hex Logo

#e12470 Color Hex

#E12470
(225,36,112)
0 Favorites   0 Comments

Color spaces of #e12470

RGB 22536112
HSL0.930.760.51
HSV336°84°88°
CMYK 0.000.840.50   0.12
XYZ34.606818.439217.0644
Yxy18.43920.49360.2630
Hunter Lab42.940968.70976.4972
CIE-Lab50.024572.44676.0052

#e12470 color RGB value is (225,36,112).

#e12470 hex color red value is 225, green value is 36 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #e12470 hue: 0.93 , saturation: 0.76 and the lightness value of e12470 is 0.51.

The process color (four color CMYK) of #e12470 color hex is 0.00, 0.84, 0.50, 0.12. Web safe color of #e12470 is #cc3366. Color #e12470 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100100 01110000
Octal 341 44 160
Decimal 225 36 112
Hex E1 24 70

RGB Percentages of Color #e12470

%60.32
%9.65
%30.03

CMYK Percentages of Color #e12470

%0
%84
%50
%12

Triadic Colors of #e12470

#e12470 #70e124 #2470e1

Analogous Colors of #e12470

#e12470 #e13724 #e124cf

Monochromatic Colors of #e12470

#e12470

Complementary Color

#e12470 #24e195

#e12470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12470 Color CSS Codes

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

#e12470 Text Font Color

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

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


#e12470 Background Color

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

This div background color is #e12470


#e12470 Border Color

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

This div border color is #e12470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12470


Comments

No comments written yet.

Please login to write comment.