color codes Logo

#e1559d color codes

#E1559D
(225,85,157)
0 Favorites   0 Comments

Color spaces of #e1559d

RGB 22585157
HSL0.910.700.61
HSV329°62°88°
CMYK 0.000.620.30   0.12
XYZ40.385624.938934.5834
Yxy24.93890.40420.2496
Hunter Lab49.938956.9601-6.1020
CIE-Lab57.015861.1711-10.5687

#e1559d color RGB value is (225,85,157).

#e1559d hex color red value is 225, green value is 85 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #e1559d hue: 0.91 , saturation: 0.70 and the lightness value of e1559d is 0.61.

The process color (four color CMYK) of #e1559d color code is 0.00, 0.62, 0.30, 0.12. Web safe color of #e1559d is #cc6699. Color #e1559d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010101 10011101
Octal 341 125 235
Decimal 225 85 157
Hex E1 55 9D

RGB Percentages of Color #e1559d

%48.18
%18.20
%33.62

CMYK Percentages of Color #e1559d

%0
%62
%30
%12

Triadic Colors of #e1559d

#e1559d #9de155 #559de1

Analogous Colors of #e1559d

#e1559d #e15557 #df55e1

Monochromatic Colors of #e1559d

#e1559d

Complementary Color

#e1559d #55e199

#e1559d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1559d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1559d Color CSS Codes

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

#e1559d Text Font Color

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

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


#e1559d Background Color

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

This div background color is #e1559d


#e1559d Border Color

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

This div border color is #e1559d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1559d


Comments

No comments written yet.

Please login to write comment.