Color Hex Logo

#e57696 Color Hex

#E57696
(229,118,150)
1 Favorites   0 Comments

Color spaces of #e57696

RGB 229118150
HSL0.950.680.68
HSV343°48°90°
CMYK 0.000.480.34   0.10
XYZ44.296631.816932.6607
Yxy31.81690.40720.2925
Hunter Lab56.406541.46665.1542
CIE-Lab63.191346.31512.6558

#e57696 color RGB value is (229,118,150).

#e57696 hex color red value is 229, green value is 118 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #e57696 hue: 0.95 , saturation: 0.68 and the lightness value of e57696 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110110 10010110
Octal 345 166 226
Decimal 229 118 150
Hex E5 76 96

RGB Percentages of Color #e57696

%46.08
%23.74
%30.18

CMYK Percentages of Color #e57696

%0
%48
%34
%10

Triadic Colors of #e57696

#e57696 #96e576 #7696e5

Analogous Colors of #e57696

#e57696 #e58e76 #e576ce

Monochromatic Colors of #e57696

#e57696

Complementary Color

#e57696 #76e5c5

#e57696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e57696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e57696 Color CSS Codes

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

#e57696 Text Font Color

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

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


#e57696 Background Color

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

This div background color is #e57696


#e57696 Border Color

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

This div border color is #e57696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e57696


Comments

No comments written yet.

Please login to write comment.