Color Hex Logo

#e15179 Color Hex

#E15179
(225,81,121)
0 Favorites   0 Comments

Color spaces of #e15179

RGB 22581121
HSL0.950.710.60
HSV343°64°88°
CMYK 0.000.640.46   0.12
XYZ37.445023.272920.6077
Yxy23.27290.46040.2862
Hunter Lab48.242054.12668.4423
CIE-Lab55.352358.98728.1918

#e15179 color RGB value is (225,81,121).

#e15179 hex color red value is 225, green value is 81 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #e15179 hue: 0.95 , saturation: 0.71 and the lightness value of e15179 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010001 01111001
Octal 341 121 171
Decimal 225 81 121
Hex E1 51 79

RGB Percentages of Color #e15179

%52.69
%18.97
%28.34

CMYK Percentages of Color #e15179

%0
%64
%46
%12

Triadic Colors of #e15179

#e15179 #79e151 #5179e1

Analogous Colors of #e15179

#e15179 #e17151 #e151c1

Monochromatic Colors of #e15179

#e15179

Complementary Color

#e15179 #51e1b9

#e15179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15179 Color CSS Codes

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

#e15179 Text Font Color

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

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


#e15179 Background Color

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

This div background color is #e15179


#e15179 Border Color

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

This div border color is #e15179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15179


Comments

No comments written yet.

Please login to write comment.