Color Hex Logo

#e15abe Color Hex

#E15ABE
(225,90,190)
0 Favorites   0 Comments

Color spaces of #e15abe

RGB 22590190
HSL0.880.690.62
HSV316°60°88°
CMYK 0.000.600.16   0.12
XYZ44.001827.037651.6148
Yxy27.03760.35870.2204
Hunter Lab51.997760.0554-22.4550
CIE-Lab59.009163.4797-26.6177

#e15abe color RGB value is (225,90,190).

#e15abe hex color red value is 225, green value is 90 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e15abe hue: 0.88 , saturation: 0.69 and the lightness value of e15abe is 0.62.

The process color (four color CMYK) of #e15abe color hex is 0.00, 0.60, 0.16, 0.12. Web safe color of #e15abe is #cc66cc. Color #e15abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011010 10111110
Octal 341 132 276
Decimal 225 90 190
Hex E1 5A BE

RGB Percentages of Color #e15abe

%44.55
%17.82
%37.62

CMYK Percentages of Color #e15abe

%0
%60
%16
%12

Triadic Colors of #e15abe

#e15abe #bee15a #5abee1

Analogous Colors of #e15abe

#e15abe #e15a7b #c15ae1

Monochromatic Colors of #e15abe

#e15abe

Complementary Color

#e15abe #5ae17d

#e15abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15abe Color CSS Codes

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

#e15abe Text Font Color

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

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


#e15abe Background Color

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

This div background color is #e15abe


#e15abe Border Color

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

This div border color is #e15abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15abe


Comments

No comments written yet.

Please login to write comment.