Color Hex Logo

#e20ebe Color Hex

#E20EBE
(226,14,190)
0 Favorites   0 Comments

Color spaces of #e20ebe

RGB 22614190
HSL0.860.880.47
HSV310°94°89°
CMYK 0.000.940.16   0.11
XYZ40.815320.200550.4631
Yxy20.20050.36610.1812
Hunter Lab44.945083.4452-35.1079
CIE-Lab52.063183.8474-37.4249

#e20ebe color RGB value is (226,14,190).

#e20ebe hex color red value is 226, green value is 14 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e20ebe hue: 0.86 , saturation: 0.88 and the lightness value of e20ebe is 0.47.

The process color (four color CMYK) of #e20ebe color hex is 0.00, 0.94, 0.16, 0.11. Web safe color of #e20ebe is #cc00cc. Color #e20ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00001110 10111110
Octal 342 16 276
Decimal 226 14 190
Hex E2 E BE

RGB Percentages of Color #e20ebe

%52.56
%3.26
%44.19

CMYK Percentages of Color #e20ebe

%0
%94
%16
%11

Triadic Colors of #e20ebe

#e20ebe #bee20e #0ebee2

Analogous Colors of #e20ebe

#e20ebe #e20e54 #9c0ee2

Monochromatic Colors of #e20ebe

#e20ebe

Complementary Color

#e20ebe #0ee232

#e20ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e20ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e20ebe Color CSS Codes

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

#e20ebe Text Font Color

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

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


#e20ebe Background Color

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

This div background color is #e20ebe


#e20ebe Border Color

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

This div border color is #e20ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e20ebe


Comments

No comments written yet.

Please login to write comment.