Color Hex Logo

#e159ca Color Hex

#E159CA
(225,89,202)
0 Favorites   0 Comments

Color spaces of #e159ca

RGB 22589202
HSL0.860.690.62
HSV310°60°88°
CMYK 0.000.600.10   0.12
XYZ45.284427.416658.7823
Yxy27.41660.34440.2085
Hunter Lab52.360962.7446-29.9086
CIE-Lab59.358065.6983-32.9241

#e159ca color RGB value is (225,89,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011001 11001010
Octal 341 131 312
Decimal 225 89 202
Hex E1 59 CA

RGB Percentages of Color #e159ca

%43.60
%17.25
%39.15

CMYK Percentages of Color #e159ca

%0
%60
%10
%12

Triadic Colors of #e159ca

#e159ca #cae159 #59cae1

Analogous Colors of #e159ca

#e159ca #e15986 #b459e1

Monochromatic Colors of #e159ca

#e159ca

Complementary Color

#e159ca #59e170

#e159ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e159ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e159ca Color CSS Codes

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

#e159ca Text Font Color

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

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


#e159ca Background Color

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

This div background color is #e159ca


#e159ca Border Color

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

This div border color is #e159ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e159ca


Comments

No comments written yet.

Please login to write comment.