Color Hex Logo

#e87d91 Color Hex

#E87D91
(232,125,145)
0 Favorites   0 Comments

Color spaces of #e87d91

RGB 232125145
HSL0.970.700.70
HSV349°46°91°
CMYK 0.000.460.38   0.09
XYZ45.723233.867430.9152
Yxy33.86740.41380.3065
Hunter Lab58.195738.40149.2405
CIE-Lab64.857243.25217.9569

#e87d91 color RGB value is (232,125,145).

#e87d91 hex color red value is 232, green value is 125 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #e87d91 hue: 0.97 , saturation: 0.70 and the lightness value of e87d91 is 0.70.

The process color (four color CMYK) of #e87d91 color hex is 0.00, 0.46, 0.38, 0.09. Web safe color of #e87d91 is #ff6699. Color #e87d91 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01111101 10010001
Octal 350 175 221
Decimal 232 125 145
Hex E8 7D 91

RGB Percentages of Color #e87d91

%46.22
%24.90
%28.88

CMYK Percentages of Color #e87d91

%0
%46
%38
%9

Triadic Colors of #e87d91

#e87d91 #91e87d #7d91e8

Analogous Colors of #e87d91

#e87d91 #e89f7d #e87dc7

Monochromatic Colors of #e87d91

#e87d91

Complementary Color

#e87d91 #7de8d4

#e87d91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e87d91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e87d91 Color CSS Codes

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

#e87d91 Text Font Color

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

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


#e87d91 Background Color

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

This div background color is #e87d91


#e87d91 Border Color

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

This div border color is #e87d91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e87d91


Comments

No comments written yet.

Please login to write comment.