Color Hex Logo

#e1569f Color Hex

#E1569F
(225,86,159)
0 Favorites   0 Comments

Color spaces of #e1569f

RGB 22586159
HSL0.910.700.61
HSV328°62°88°
CMYK 0.000.620.29   0.12
XYZ40.637125.166335.5167
Yxy25.16630.40110.2484
Hunter Lab50.166056.8038-6.8601
CIE-Lab57.237160.9961-11.4039

#e1569f color RGB value is (225,86,159).

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

The process color (four color CMYK) of #e1569f color hex is 0.00, 0.62, 0.29, 0.12. Web safe color of #e1569f is #cc6699. Color #e1569f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010110 10011111
Octal 341 126 237
Decimal 225 86 159
Hex E1 56 9F

RGB Percentages of Color #e1569f

%47.87
%18.30
%33.83

CMYK Percentages of Color #e1569f

%0
%62
%29
%12

Triadic Colors of #e1569f

#e1569f #9fe156 #569fe1

Analogous Colors of #e1569f

#e1569f #e15659 #de56e1

Monochromatic Colors of #e1569f

#e1569f

Complementary Color

#e1569f #56e198

#e1569f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1569f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1569f Color CSS Codes

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

#e1569f Text Font Color

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

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


#e1569f Background Color

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

This div background color is #e1569f


#e1569f Border Color

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

This div border color is #e1569f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1569f


Comments

No comments written yet.

Please login to write comment.