Color Hex Logo

#e012a2 Color Hex

#E012A2
(224,18,162)
0 Favorites   0 Comments

Color spaces of #e012a2

RGB 22418162
HSL0.880.850.47
HSV318°92°88°
CMYK 0.000.920.28   0.12
XYZ37.478418.888535.8529
Yxy18.88850.40640.2048
Hunter Lab43.460977.8724-18.4884
CIE-Lab50.556579.7678-23.3552

#e012a2 color RGB value is (224,18,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010010 10100010
Octal 340 22 242
Decimal 224 18 162
Hex E0 12 A2

RGB Percentages of Color #e012a2

%55.45
%4.46
%40.10

CMYK Percentages of Color #e012a2

%0
%92
%28
%12

Triadic Colors of #e012a2

#e012a2 #a2e012 #12a2e0

Analogous Colors of #e012a2

#e012a2 #e0123b #b712e0

Monochromatic Colors of #e012a2

#e012a2

Complementary Color

#e012a2 #12e050

#e012a2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e012a2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e012a2 Color CSS Codes

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

#e012a2 Text Font Color

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

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


#e012a2 Background Color

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

This div background color is #e012a2


#e012a2 Border Color

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

This div border color is #e012a2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,18,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 #e012a2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e012a2


Comments

No comments written yet.

Please login to write comment.