Color Hex Logo

#e15579 Color Hex

#E15579
(225,85,121)
0 Favorites   0 Comments

Color spaces of #e15579

RGB 22585121
HSL0.960.700.61
HSV345°62°88°
CMYK 0.000.620.46   0.12
XYZ37.751023.885020.7097
Yxy23.88500.45840.2901
Hunter Lab48.872352.35449.0864
CIE-Lab55.972557.31009.0719

#e15579 color RGB value is (225,85,121).

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

The process color (four color CMYK) of #e15579 color hex is 0.00, 0.62, 0.46, 0.12. Web safe color of #e15579 is #cc6666. Color #e15579 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010101 01111001
Octal 341 125 171
Decimal 225 85 121
Hex E1 55 79

RGB Percentages of Color #e15579

%52.20
%19.72
%28.07

CMYK Percentages of Color #e15579

%0
%62
%46
%12

Triadic Colors of #e15579

#e15579 #79e155 #5579e1

Analogous Colors of #e15579

#e15579 #e17755 #e155bf

Monochromatic Colors of #e15579

#e15579

Complementary Color

#e15579 #55e1bd

#e15579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15579 Color CSS Codes

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

#e15579 Text Font Color

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

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


#e15579 Background Color

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

This div background color is #e15579


#e15579 Border Color

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

This div border color is #e15579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15579


Comments

No comments written yet.

Please login to write comment.