Color Hex Logo

#e20a81 Color Hex

#E20A81
(226,10,129)
0 Favorites   0 Comments

Color spaces of #e20a81

RGB 22610129
HSL0.910.920.46
HSV327°96°89°
CMYK 0.000.960.43   0.11
XYZ35.435017.970822.3700
Yxy17.97080.46760.2372
Hunter Lab42.392075.0203-1.6126
CIE-Lab49.460777.7028-5.1503

#e20a81 color RGB value is (226,10,129).

#e20a81 hex color red value is 226, green value is 10 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #e20a81 hue: 0.91 , saturation: 0.92 and the lightness value of e20a81 is 0.46.

The process color (four color CMYK) of #e20a81 color hex is 0.00, 0.96, 0.43, 0.11. Web safe color of #e20a81 is #cc0099. Color #e20a81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00001010 10000001
Octal 342 12 201
Decimal 226 10 129
Hex E2 A 81

RGB Percentages of Color #e20a81

%61.92
%2.74
%35.34

CMYK Percentages of Color #e20a81

%0
%96
%43
%11

Triadic Colors of #e20a81

#e20a81 #81e20a #0a81e2

Analogous Colors of #e20a81

#e20a81 #e20a15 #d70ae2

Monochromatic Colors of #e20a81

#e20a81

Complementary Color

#e20a81 #0ae26b

#e20a81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e20a81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e20a81 Color CSS Codes

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

#e20a81 Text Font Color

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

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


#e20a81 Background Color

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

This div background color is #e20a81


#e20a81 Border Color

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

This div border color is #e20a81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e20a81


Comments

No comments written yet.

Please login to write comment.