Color Hex Logo

#e210a0 Color Hex

#E210A0
(226,16,160)
0 Favorites   0 Comments

Color spaces of #e210a0

RGB 22616160
HSL0.890.870.47
HSV319°93°89°
CMYK 0.000.930.29   0.11
XYZ37.894519.077434.9427
Yxy19.07740.41230.2076
Hunter Lab43.677778.4296-16.8584
CIE-Lab50.777680.1666-21.7951

#e210a0 color RGB value is (226,16,160).

#e210a0 hex color red value is 226, green value is 16 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #e210a0 hue: 0.89 , saturation: 0.87 and the lightness value of e210a0 is 0.47.

The process color (four color CMYK) of #e210a0 color hex is 0.00, 0.93, 0.29, 0.11. Web safe color of #e210a0 is #cc0099. Color #e210a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010000 10100000
Octal 342 20 240
Decimal 226 16 160
Hex E2 10 A0

RGB Percentages of Color #e210a0

%56.22
%3.98
%39.80

CMYK Percentages of Color #e210a0

%0
%93
%29
%11

Triadic Colors of #e210a0

#e210a0 #a0e210 #10a0e2

Analogous Colors of #e210a0

#e210a0 #e21037 #bb10e2

Monochromatic Colors of #e210a0

#e210a0

Complementary Color

#e210a0 #10e252

#e210a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e210a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e210a0 Color CSS Codes

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

#e210a0 Text Font Color

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

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


#e210a0 Background Color

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

This div background color is #e210a0


#e210a0 Border Color

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

This div border color is #e210a0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,16,160, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e210a0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e210a0;
  -webkit-box-shadow: 1px 1px 3px 2px #e210a0;
  box-shadow:         1px 1px 3px 2px #e210a0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,16,160, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e210a0


Comments

No comments written yet.

Please login to write comment.