Color Hex Logo

#e58369 Color Hex

#E58369
(229,131,105)
0 Favorites   0 Comments

Color spaces of #e58369

RGB 229131105
HSL0.030.700.65
HSV13°54°90°
CMYK 0.000.430.54   0.10
XYZ42.979233.910517.6447
Yxy33.91050.45460.3587
Hunter Lab58.232729.836322.7978
CIE-Lab64.891535.104830.4292

#e58369 color RGB value is (229,131,105).

#e58369 hex color red value is 229, green value is 131 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #e58369 hue: 0.03 , saturation: 0.70 and the lightness value of e58369 is 0.65.

The process color (four color CMYK) of #e58369 color hex is 0.00, 0.43, 0.54, 0.10. Web safe color of #e58369 is #cc9966. Color #e58369 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000011 01101001
Octal 345 203 151
Decimal 229 131 105
Hex E5 83 69

RGB Percentages of Color #e58369

%49.25
%28.17
%22.58

CMYK Percentages of Color #e58369

%0
%43
%54
%10

Triadic Colors of #e58369

#e58369 #69e583 #8369e5

Analogous Colors of #e58369

#e58369 #e5c169 #e5698d

Monochromatic Colors of #e58369

#e58369

Complementary Color

#e58369 #69cbe5

#e58369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58369 Color CSS Codes

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

#e58369 Text Font Color

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

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


#e58369 Background Color

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

This div background color is #e58369


#e58369 Border Color

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

This div border color is #e58369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58369


Comments

No comments written yet.

Please login to write comment.