Color Hex Logo

#e15791 Color Hex

#E15791
(225,87,145)
0 Favorites   0 Comments

Color spaces of #e15791

RGB 22587145
HSL0.930.700.61
HSV335°61°88°
CMYK 0.000.610.36   0.12
XYZ39.570424.868329.5025
Yxy24.86830.42120.2647
Hunter Lab49.868154.3707-0.1689
CIE-Lab56.946958.9220-3.6480

#e15791 color RGB value is (225,87,145).

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

The process color (four color CMYK) of #e15791 color hex is 0.00, 0.61, 0.36, 0.12. Web safe color of #e15791 is #cc6699. Color #e15791 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010111 10010001
Octal 341 127 221
Decimal 225 87 145
Hex E1 57 91

RGB Percentages of Color #e15791

%49.23
%19.04
%31.73

CMYK Percentages of Color #e15791

%0
%61
%36
%12

Triadic Colors of #e15791

#e15791 #91e157 #5791e1

Analogous Colors of #e15791

#e15791 #e16257 #e157d6

Monochromatic Colors of #e15791

#e15791

Complementary Color

#e15791 #57e1a7

#e15791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15791 Color CSS Codes

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

#e15791 Text Font Color

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

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


#e15791 Background Color

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

This div background color is #e15791


#e15791 Border Color

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

This div border color is #e15791


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15791


Comments

No comments written yet.

Please login to write comment.