Color Hex Logo

#e1597d Color Hex

#E1597D
(225,89,125)
0 Favorites   0 Comments

Color spaces of #e1597d

RGB 22589125
HSL0.960.690.62
HSV344°60°88°
CMYK 0.000.600.44   0.12
XYZ38.325424.633022.1367
Yxy24.63300.45040.2895
Hunter Lab49.631650.98188.2976
CIE-Lab56.716155.95957.7707

#e1597d color RGB value is (225,89,125).

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

The process color (four color CMYK) of #e1597d color hex is 0.00, 0.60, 0.44, 0.12. Web safe color of #e1597d is #cc6666. Color #e1597d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011001 01111101
Octal 341 131 175
Decimal 225 89 125
Hex E1 59 7D

RGB Percentages of Color #e1597d

%51.25
%20.27
%28.47

CMYK Percentages of Color #e1597d

%0
%60
%44
%12

Triadic Colors of #e1597d

#e1597d #7de159 #597de1

Analogous Colors of #e1597d

#e1597d #e17959 #e159c1

Monochromatic Colors of #e1597d

#e1597d

Complementary Color

#e1597d #59e1bd

#e1597d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1597d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1597d Color CSS Codes

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

#e1597d Text Font Color

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

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


#e1597d Background Color

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

This div background color is #e1597d


#e1597d Border Color

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

This div border color is #e1597d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1597d


Comments

No comments written yet.

Please login to write comment.