Color Hex Logo

#e57886 Color Hex

#E57886
(229,120,134)
0 Favorites   0 Comments

Color spaces of #e57886

RGB 229120134
HSL0.980.680.68
HSV352°48°90°
CMYK 0.000.480.41   0.10
XYZ43.332631.812226.4107
Yxy31.81220.42670.3132
Hunter Lab56.402338.433411.7187
CIE-Lab63.187443.499111.8002

#e57886 color RGB value is (229,120,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111000 10000110
Octal 345 170 206
Decimal 229 120 134
Hex E5 78 86

RGB Percentages of Color #e57886

%47.41
%24.84
%27.74

CMYK Percentages of Color #e57886

%0
%48
%41
%10

Triadic Colors of #e57886

#e57886 #86e578 #7886e5

Analogous Colors of #e57886

#e57886 #e5a178 #e578bd

Monochromatic Colors of #e57886

#e57886

Complementary Color

#e57886 #78e5d7

#e57886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57886 Color CSS Codes

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

#e57886 Text Font Color

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

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


#e57886 Background Color

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

This div background color is #e57886


#e57886 Border Color

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

This div border color is #e57886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57886


Comments

No comments written yet.

Please login to write comment.