Color Hex Logo

#e5787d Color Hex

#E5787D
(229,120,125)
0 Favorites   0 Comments

Color spaces of #e5787d

RGB 229120125
HSL0.990.680.68
HSV357°48°90°
CMYK 0.000.480.45   0.10
XYZ42.731231.571623.2438
Yxy31.57160.43810.3237
Hunter Lab56.188637.418414.8053
CIE-Lab62.987242.573216.6543

#e5787d color RGB value is (229,120,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111000 01111101
Octal 345 170 175
Decimal 229 120 125
Hex E5 78 7D

RGB Percentages of Color #e5787d

%48.31
%25.32
%26.37

CMYK Percentages of Color #e5787d

%0
%48
%45
%10

Triadic Colors of #e5787d

#e5787d #7de578 #787de5

Analogous Colors of #e5787d

#e5787d #e5aa78 #e578b4

Monochromatic Colors of #e5787d

#e5787d

Complementary Color

#e5787d #78e5e0

#e5787d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5787d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5787d Color CSS Codes

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

#e5787d Text Font Color

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

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


#e5787d Background Color

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

This div background color is #e5787d


#e5787d Border Color

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

This div border color is #e5787d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5787d


Comments

No comments written yet.

Please login to write comment.