Color Hex Logo

#e1517e Color Hex

#E1517E
(225,81,126)
0 Favorites   0 Comments

Color spaces of #e1517e

RGB 22581126
HSL0.950.710.60
HSV341°64°88°
CMYK 0.000.640.44   0.12
XYZ37.759723.398822.2649
Yxy23.39880.45260.2805
Hunter Lab48.372354.68666.5705
CIE-Lab55.480859.45765.4142

#e1517e color RGB value is (225,81,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010001 01111110
Octal 341 121 176
Decimal 225 81 126
Hex E1 51 7E

RGB Percentages of Color #e1517e

%52.08
%18.75
%29.17

CMYK Percentages of Color #e1517e

%0
%64
%44
%12

Triadic Colors of #e1517e

#e1517e #7ee151 #517ee1

Analogous Colors of #e1517e

#e1517e #e16c51 #e151c6

Monochromatic Colors of #e1517e

#e1517e

Complementary Color

#e1517e #51e1b4

#e1517e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1517e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1517e Color CSS Codes

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

#e1517e Text Font Color

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

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


#e1517e Background Color

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

This div background color is #e1517e


#e1517e Border Color

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

This div border color is #e1517e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1517e


Comments

No comments written yet.

Please login to write comment.