Color Hex Logo

#e124a2 Color Hex

#E124A2
(225,36,162)
0 Favorites   0 Comments

Color spaces of #e124a2

RGB 22536162
HSL0.890.760.51
HSV320°84°88°
CMYK 0.000.840.28   0.12
XYZ38.203819.877936.0057
Yxy19.87790.40600.2113
Hunter Lab44.584674.9304-16.6722
CIE-Lab51.698977.1942-21.5815

#e124a2 color RGB value is (225,36,162).

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

The process color (four color CMYK) of #e124a2 color hex is 0.00, 0.84, 0.28, 0.12. Web safe color of #e124a2 is #cc3399. Color #e124a2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100100 10100010
Octal 341 44 242
Decimal 225 36 162
Hex E1 24 A2

RGB Percentages of Color #e124a2

%53.19
%8.51
%38.30

CMYK Percentages of Color #e124a2

%0
%84
%28
%12

Triadic Colors of #e124a2

#e124a2 #a2e124 #24a2e1

Analogous Colors of #e124a2

#e124a2 #e12444 #c224e1

Monochromatic Colors of #e124a2

#e124a2

Complementary Color

#e124a2 #24e163

#e124a2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e124a2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e124a2 Color CSS Codes

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

#e124a2 Text Font Color

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

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


#e124a2 Background Color

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

This div background color is #e124a2


#e124a2 Border Color

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

This div border color is #e124a2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e124a2


Comments

No comments written yet.

Please login to write comment.