Color Hex Logo

#e40ebe Color Hex

#E40EBE
(228,14,190)
0 Favorites   0 Comments

Color spaces of #e40ebe

RGB 22814190
HSL0.860.880.47
HSV311°94°89°
CMYK 0.000.940.17   0.11
XYZ41.446220.525850.4926
Yxy20.52580.36850.1825
Hunter Lab45.305484.0105-34.3646
CIE-Lab52.426684.2147-36.8285

#e40ebe color RGB value is (228,14,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001110 10111110
Octal 344 16 276
Decimal 228 14 190
Hex E4 E BE

RGB Percentages of Color #e40ebe

%52.78
%3.24
%43.98

CMYK Percentages of Color #e40ebe

%0
%94
%17
%11

Triadic Colors of #e40ebe

#e40ebe #bee40e #0ebee4

Analogous Colors of #e40ebe

#e40ebe #e40e53 #9f0ee4

Monochromatic Colors of #e40ebe

#e40ebe

Complementary Color

#e40ebe #0ee434

#e40ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40ebe Color CSS Codes

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

#e40ebe Text Font Color

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

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


#e40ebe Background Color

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

This div background color is #e40ebe


#e40ebe Border Color

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

This div border color is #e40ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40ebe


Comments

No comments written yet.

Please login to write comment.