Color Hex Logo

#e20aba Color Hex

#E20ABA
(226,10,186)
0 Favorites   0 Comments

Color spaces of #e20aba

RGB 22610186
HSL0.860.920.46
HSV311°96°89°
CMYK 0.000.960.18   0.11
XYZ40.335519.931048.1755
Yxy19.93100.37200.1838
Hunter Lab44.644183.1455-32.7289
CIE-Lab51.759183.6739-35.5741

#e20aba color RGB value is (226,10,186).

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

The process color (four color CMYK) of #e20aba color hex is 0.00, 0.96, 0.18, 0.11. Web safe color of #e20aba is #cc00cc. Color #e20aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00001010 10111010
Octal 342 12 272
Decimal 226 10 186
Hex E2 A BA

RGB Percentages of Color #e20aba

%53.55
%2.37
%44.08

CMYK Percentages of Color #e20aba

%0
%96
%18
%11

Triadic Colors of #e20aba

#e20aba #bae20a #0abae2

Analogous Colors of #e20aba

#e20aba #e20a4e #9e0ae2

Monochromatic Colors of #e20aba

#e20aba

Complementary Color

#e20aba #0ae232

#e20aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e20aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e20aba Color CSS Codes

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

#e20aba Text Font Color

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

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


#e20aba Background Color

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

This div background color is #e20aba


#e20aba Border Color

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

This div border color is #e20aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e20aba


Comments

No comments written yet.

Please login to write comment.