Color Hex Logo

#e75791 Color Hex

#E75791
(231,87,145)
0 Favorites   0 Comments

Color spaces of #e75791

RGB 23187145
HSL0.930.750.62
HSV336°62°91°
CMYK 0.000.620.37   0.09
XYZ41.474025.849629.5916
Yxy25.84960.42790.2667
Hunter Lab50.842556.63431.0815
CIE-Lab57.894060.7328-2.1451

#e75791 color RGB value is (231,87,145).

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

The process color (four color CMYK) of #e75791 color hex is 0.00, 0.62, 0.37, 0.09. Web safe color of #e75791 is #ff6699. Color #e75791 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010111 10010001
Octal 347 127 221
Decimal 231 87 145
Hex E7 57 91

RGB Percentages of Color #e75791

%49.89
%18.79
%31.32

CMYK Percentages of Color #e75791

%0
%62
%37
%9

Triadic Colors of #e75791

#e75791 #91e757 #5791e7

Analogous Colors of #e75791

#e75791 #e76557 #e757d9

Monochromatic Colors of #e75791

#e75791

Complementary Color

#e75791 #57e7ad

#e75791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75791 Color CSS Codes

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

#e75791 Text Font Color

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

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


#e75791 Background Color

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

This div background color is #e75791


#e75791 Border Color

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

This div border color is #e75791


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75791


Comments

No comments written yet.

Please login to write comment.