Color Hex Logo

#e159ab Color Hex

#E159AB
(225,89,171)
0 Favorites   0 Comments

Color spaces of #e159ab

RGB 22589171
HSL0.900.690.62
HSV324°60°88°
CMYK 0.000.600.24   0.12
XYZ41.974426.092641.3522
Yxy26.09260.38360.2385
Hunter Lab51.080957.2861-12.2412
CIE-Lab58.124861.2570-17.0344

#e159ab color RGB value is (225,89,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011001 10101011
Octal 341 131 253
Decimal 225 89 171
Hex E1 59 AB

RGB Percentages of Color #e159ab

%46.39
%18.35
%35.26

CMYK Percentages of Color #e159ab

%0
%60
%24
%12

Triadic Colors of #e159ab

#e159ab #abe159 #59abe1

Analogous Colors of #e159ab

#e159ab #e15967 #d359e1

Monochromatic Colors of #e159ab

#e159ab

Complementary Color

#e159ab #59e18f

#e159ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e159ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e159ab Color CSS Codes

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

#e159ab Text Font Color

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

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


#e159ab Background Color

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

This div background color is #e159ab


#e159ab Border Color

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

This div border color is #e159ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e159ab


Comments

No comments written yet.

Please login to write comment.