Color Hex Logo

#e5906f Color Hex

#E5906F
(229,144,111)
0 Favorites   0 Comments

Color spaces of #e5906f

RGB 229144111
HSL0.050.690.67
HSV17°52°90°
CMYK 0.000.370.52   0.10
XYZ45.155637.752219.9459
Yxy37.75220.43900.3670
Hunter Lab61.442823.658423.7629
CIE-Lab67.837628.777630.9608

#e5906f color RGB value is (229,144,111).

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

The process color (four color CMYK) of #e5906f color hex is 0.00, 0.37, 0.52, 0.10. Web safe color of #e5906f is #cc9966. Color #e5906f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010000 01101111
Octal 345 220 157
Decimal 229 144 111
Hex E5 90 6F

RGB Percentages of Color #e5906f

%47.31
%29.75
%22.93

CMYK Percentages of Color #e5906f

%0
%37
%52
%10

Triadic Colors of #e5906f

#e5906f #6fe590 #906fe5

Analogous Colors of #e5906f

#e5906f #e5cb6f #e56f89

Monochromatic Colors of #e5906f

#e5906f

Complementary Color

#e5906f #6fc4e5

#e5906f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5906f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5906f Color CSS Codes

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

#e5906f Text Font Color

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

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


#e5906f Background Color

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

This div background color is #e5906f


#e5906f Border Color

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

This div border color is #e5906f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5906f


Comments

No comments written yet.

Please login to write comment.