Color Hex Logo

#e5746f Color Hex

#E5746F
(229,116,111)
0 Favorites   0 Comments

Color spaces of #e5746f

RGB 229116111
HSL0.010.690.67
HSV52°90°
CMYK 0.000.490.52   0.10
XYZ41.427730.296518.7033
Yxy30.29650.45810.3350
Hunter Lab55.042338.024518.3829
CIE-Lab61.909243.284723.1489

#e5746f color RGB value is (229,116,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110100 01101111
Octal 345 164 157
Decimal 229 116 111
Hex E5 74 6F

RGB Percentages of Color #e5746f

%50.22
%25.44
%24.34

CMYK Percentages of Color #e5746f

%0
%49
%52
%10

Triadic Colors of #e5746f

#e5746f #6fe574 #746fe5

Analogous Colors of #e5746f

#e5746f #e5af6f #e56fa5

Monochromatic Colors of #e5746f

#e5746f

Complementary Color

#e5746f #6fe0e5

#e5746f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5746f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5746f Color CSS Codes

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

#e5746f Text Font Color

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

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


#e5746f Background Color

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

This div background color is #e5746f


#e5746f Border Color

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

This div border color is #e5746f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5746f


Comments

No comments written yet.

Please login to write comment.