Color Hex Logo

#e1599d Color Hex

#E1599D
(225,89,157)
0 Favorites   0 Comments

Color spaces of #e1599d

RGB 22589157
HSL0.920.690.62
HSV330°60°88°
CMYK 0.000.600.30   0.12
XYZ40.709525.586634.6914
Yxy25.58660.40310.2534
Hunter Lab50.583255.1367-5.2545
CIE-Lab57.642659.4720-9.6300

#e1599d color RGB value is (225,89,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011001 10011101
Octal 341 131 235
Decimal 225 89 157
Hex E1 59 9D

RGB Percentages of Color #e1599d

%47.77
%18.90
%33.33

CMYK Percentages of Color #e1599d

%0
%60
%30
%12

Triadic Colors of #e1599d

#e1599d #9de159 #599de1

Analogous Colors of #e1599d

#e1599d #e15959 #e159e1

Monochromatic Colors of #e1599d

#e1599d

Complementary Color

#e1599d #59e19d

#e1599d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1599d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1599d Color CSS Codes

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

#e1599d Text Font Color

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

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


#e1599d Background Color

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

This div background color is #e1599d


#e1599d Border Color

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

This div border color is #e1599d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,89,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 #e1599d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1599d


Comments

No comments written yet.

Please login to write comment.