Color Hex Logo

#e57986 Color Hex

#E57986
(229,121,134)
0 Favorites   0 Comments

Color spaces of #e57986

RGB 229121134
HSL0.980.680.69
HSV353°47°90°
CMYK 0.000.470.41   0.10
XYZ43.453532.054026.4510
Yxy32.05400.42620.3144
Hunter Lab56.616337.922011.9312
CIE-Lab63.387542.994112.0819

#e57986 color RGB value is (229,121,134).

#e57986 hex color red value is 229, green value is 121 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #e57986 hue: 0.98 , saturation: 0.68 and the lightness value of e57986 is 0.69.

The process color (four color CMYK) of #e57986 color hex is 0.00, 0.47, 0.41, 0.10. Web safe color of #e57986 is #cc6699. Color #e57986 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111001 10000110
Octal 345 171 206
Decimal 229 121 134
Hex E5 79 86

RGB Percentages of Color #e57986

%47.31
%25.00
%27.69

CMYK Percentages of Color #e57986

%0
%47
%41
%10

Triadic Colors of #e57986

#e57986 #86e579 #7986e5

Analogous Colors of #e57986

#e57986 #e5a279 #e579bc

Monochromatic Colors of #e57986

#e57986

Complementary Color

#e57986 #79e5d8

#e57986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57986 Color CSS Codes

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

#e57986 Text Font Color

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

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


#e57986 Background Color

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

This div background color is #e57986


#e57986 Border Color

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

This div border color is #e57986


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,121,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57986


Comments

No comments written yet.

Please login to write comment.