Color Hex Logo

#e159ce Color Hex

#E159CE
(225,89,206)
0 Favorites   0 Comments

Color spaces of #e159ce

RGB 22589206
HSL0.860.690.62
HSV308°60°88°
CMYK 0.000.600.08   0.12
XYZ45.764327.608561.3095
Yxy27.60850.33980.2050
Hunter Lab52.543863.5173-32.4005
CIE-Lab59.533466.3168-34.9228

#e159ce color RGB value is (225,89,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011001 11001110
Octal 341 131 316
Decimal 225 89 206
Hex E1 59 CE

RGB Percentages of Color #e159ce

%43.27
%17.12
%39.62

CMYK Percentages of Color #e159ce

%0
%60
%8
%12

Triadic Colors of #e159ce

#e159ce #cee159 #59cee1

Analogous Colors of #e159ce

#e159ce #e1598a #b059e1

Monochromatic Colors of #e159ce

#e159ce

Complementary Color

#e159ce #59e16c

#e159ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e159ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e159ce Color CSS Codes

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

#e159ce Text Font Color

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

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


#e159ce Background Color

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

This div background color is #e159ce


#e159ce Border Color

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

This div border color is #e159ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e159ce


Comments

No comments written yet.

Please login to write comment.