Color Hex Logo

#e5935d Color Hex

#E5935D
(229,147,93)
0 Favorites   0 Comments

Color spaces of #e5935d

RGB 22914793
HSL0.070.720.63
HSV24°59°90°
CMYK 0.000.360.59   0.10
XYZ44.722638.315815.3945
Yxy38.31580.45430.3893
Hunter Lab61.899820.641728.5844
CIE-Lab68.252725.737241.0719

#e5935d color RGB value is (229,147,93).

#e5935d hex color red value is 229, green value is 147 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #e5935d hue: 0.07 , saturation: 0.72 and the lightness value of e5935d is 0.63.

The process color (four color CMYK) of #e5935d color hex is 0.00, 0.36, 0.59, 0.10. Web safe color of #e5935d is #cc9966. Color #e5935d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010011 01011101
Octal 345 223 135
Decimal 229 147 93
Hex E5 93 5D

RGB Percentages of Color #e5935d

%48.83
%31.34
%19.83

CMYK Percentages of Color #e5935d

%0
%36
%59
%10

Triadic Colors of #e5935d

#e5935d #5de593 #935de5

Analogous Colors of #e5935d

#e5935d #e5d75d #e55d6b

Monochromatic Colors of #e5935d

#e5935d

Complementary Color

#e5935d #5dafe5

#e5935d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5935d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5935d Color CSS Codes

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

#e5935d Text Font Color

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

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


#e5935d Background Color

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

This div background color is #e5935d


#e5935d Border Color

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

This div border color is #e5935d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5935d


Comments

No comments written yet.

Please login to write comment.