Color Hex Logo

#e159ad Color Hex

#E159AD
(225,89,173)
0 Favorites   0 Comments

Color spaces of #e159ad

RGB 22589173
HSL0.900.690.62
HSV323°60°88°
CMYK 0.000.600.23   0.12
XYZ42.166526.169442.3639
Yxy26.16940.38090.2364
Hunter Lab51.156057.6095-13.2907
CIE-Lab58.197561.5238-18.0808

#e159ad color RGB value is (225,89,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011001 10101101
Octal 341 131 255
Decimal 225 89 173
Hex E1 59 AD

RGB Percentages of Color #e159ad

%46.20
%18.28
%35.52

CMYK Percentages of Color #e159ad

%0
%60
%23
%12

Triadic Colors of #e159ad

#e159ad #ade159 #59ade1

Analogous Colors of #e159ad

#e159ad #e15969 #d159e1

Monochromatic Colors of #e159ad

#e159ad

Complementary Color

#e159ad #59e18d

#e159ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e159ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e159ad Color CSS Codes

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

#e159ad Text Font Color

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

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


#e159ad Background Color

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

This div background color is #e159ad


#e159ad Border Color

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

This div border color is #e159ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e159ad


Comments

No comments written yet.

Please login to write comment.