Color Hex Logo

#e5757d Color Hex

#E5757D
(229,117,125)
0 Favorites   0 Comments

Color spaces of #e5757d

RGB 229117125
HSL0.990.680.68
HSV356°49°90°
CMYK 0.000.490.45   0.10
XYZ42.376130.861323.1254
Yxy30.86130.43980.3203
Hunter Lab55.552938.943114.2060
CIE-Lab62.390444.081915.8285

#e5757d color RGB value is (229,117,125).

#e5757d hex color red value is 229, green value is 117 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #e5757d hue: 0.99 , saturation: 0.68 and the lightness value of e5757d is 0.68.

The process color (four color CMYK) of #e5757d color hex is 0.00, 0.49, 0.45, 0.10. Web safe color of #e5757d is #cc6666. Color #e5757d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110101 01111101
Octal 345 165 175
Decimal 229 117 125
Hex E5 75 7D

RGB Percentages of Color #e5757d

%48.62
%24.84
%26.54

CMYK Percentages of Color #e5757d

%0
%49
%45
%10

Triadic Colors of #e5757d

#e5757d #7de575 #757de5

Analogous Colors of #e5757d

#e5757d #e5a575 #e575b5

Monochromatic Colors of #e5757d

#e5757d

Complementary Color

#e5757d #75e5dd

#e5757d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5757d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5757d Color CSS Codes

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

#e5757d Text Font Color

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

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


#e5757d Background Color

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

This div background color is #e5757d


#e5757d Border Color

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

This div border color is #e5757d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5757d


Comments

No comments written yet.

Please login to write comment.