Color Hex Logo

#e15587 Color Hex

#E15587
(225,85,135)
0 Favorites   0 Comments

Color spaces of #e15587

RGB 22585135
HSL0.940.700.61
HSV339°62°88°
CMYK 0.000.620.40   0.12
XYZ38.673024.253825.5648
Yxy24.25380.43700.2741
Hunter Lab49.248153.98613.6962
CIE-Lab56.341058.68951.3423

#e15587 color RGB value is (225,85,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010101 10000111
Octal 341 125 207
Decimal 225 85 135
Hex E1 55 87

RGB Percentages of Color #e15587

%50.56
%19.10
%30.34

CMYK Percentages of Color #e15587

%0
%62
%40
%12

Triadic Colors of #e15587

#e15587 #87e155 #5587e1

Analogous Colors of #e15587

#e15587 #e16955 #e155cd

Monochromatic Colors of #e15587

#e15587

Complementary Color

#e15587 #55e1af

#e15587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15587 Color CSS Codes

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

#e15587 Text Font Color

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

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


#e15587 Background Color

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

This div background color is #e15587


#e15587 Border Color

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

This div border color is #e15587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15587


Comments

No comments written yet.

Please login to write comment.