Color Hex Logo

#e15eab Color Hex

#E15EAB
(225,94,171)
0 Favorites   0 Comments

Color spaces of #e15eab

RGB 22594171
HSL0.900.690.63
HSV325°58°88°
CMYK 0.000.580.24   0.12
XYZ42.404726.953241.4956
Yxy26.95320.38250.2431
Hunter Lab51.916554.9427-11.0476
CIE-Lab58.931059.0789-15.8118

#e15eab color RGB value is (225,94,171).

#e15eab hex color red value is 225, green value is 94 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e15eab hue: 0.90 , saturation: 0.69 and the lightness value of e15eab is 0.63.

The process color (four color CMYK) of #e15eab color hex is 0.00, 0.58, 0.24, 0.12. Web safe color of #e15eab is #cc6699. Color #e15eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011110 10101011
Octal 341 136 253
Decimal 225 94 171
Hex E1 5E AB

RGB Percentages of Color #e15eab

%45.92
%19.18
%34.90

CMYK Percentages of Color #e15eab

%0
%58
%24
%12

Triadic Colors of #e15eab

#e15eab #abe15e #5eabe1

Analogous Colors of #e15eab

#e15eab #e15e6a #d65ee1

Monochromatic Colors of #e15eab

#e15eab

Complementary Color

#e15eab #5ee194

#e15eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15eab Color CSS Codes

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

#e15eab Text Font Color

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

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


#e15eab Background Color

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

This div background color is #e15eab


#e15eab Border Color

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

This div border color is #e15eab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,94,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15eab


Comments

No comments written yet.

Please login to write comment.