Color Hex Logo

#e58f7d Color Hex

#E58F7D
(229,143,125)
0 Favorites   0 Comments

Color spaces of #e58f7d

RGB 229143125
HSL0.030.670.69
HSV10°45°90°
CMYK 0.000.380.45   0.10
XYZ45.837237.783624.2791
Yxy37.78360.42480.3502
Hunter Lab61.468425.538519.6092
CIE-Lab67.860830.630723.3081

#e58f7d color RGB value is (229,143,125).

#e58f7d hex color red value is 229, green value is 143 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #e58f7d hue: 0.03 , saturation: 0.67 and the lightness value of e58f7d is 0.69.

The process color (four color CMYK) of #e58f7d color hex is 0.00, 0.38, 0.45, 0.10. Web safe color of #e58f7d is #cc9966. Color #e58f7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001111 01111101
Octal 345 217 175
Decimal 229 143 125
Hex E5 8F 7D

RGB Percentages of Color #e58f7d

%46.08
%28.77
%25.15

CMYK Percentages of Color #e58f7d

%0
%38
%45
%10

Triadic Colors of #e58f7d

#e58f7d #7de58f #8f7de5

Analogous Colors of #e58f7d

#e58f7d #e5c37d #e57d9f

Monochromatic Colors of #e58f7d

#e58f7d

Complementary Color

#e58f7d #7dd3e5

#e58f7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58f7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58f7d Color CSS Codes

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

#e58f7d Text Font Color

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

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


#e58f7d Background Color

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

This div background color is #e58f7d


#e58f7d Border Color

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

This div border color is #e58f7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58f7d


Comments

No comments written yet.

Please login to write comment.