Color Hex Logo

#e40abe Color Hex

#E40ABE
(228,10,190)
0 Favorites   0 Comments

Color spaces of #e40abe

RGB 22810190
HSL0.860.920.47
HSV310°96°89°
CMYK 0.000.960.17   0.11
XYZ41.397720.428850.4764
Yxy20.42880.36860.1819
Hunter Lab45.198284.3938-34.5750
CIE-Lab52.318684.5321-36.9981

#e40abe color RGB value is (228,10,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001010 10111110
Octal 344 12 276
Decimal 228 10 190
Hex E4 A BE

RGB Percentages of Color #e40abe

%53.27
%2.34
%44.39

CMYK Percentages of Color #e40abe

%0
%96
%17
%11

Triadic Colors of #e40abe

#e40abe #bee40a #0abee4

Analogous Colors of #e40abe

#e40abe #e40a51 #9d0ae4

Monochromatic Colors of #e40abe

#e40abe

Complementary Color

#e40abe #0ae430

#e40abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40abe Color CSS Codes

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

#e40abe Text Font Color

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

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


#e40abe Background Color

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

This div background color is #e40abe


#e40abe Border Color

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

This div border color is #e40abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40abe


Comments

No comments written yet.

Please login to write comment.