Color Hex Logo

#e5695b Color Hex

#E5695B
(229,105,91)
0 Favorites   0 Comments

Color spaces of #e5695b

RGB 22910591
HSL0.020.730.63
HSV60°90°
CMYK 0.000.540.60   0.10
XYZ39.253027.516513.1399
Yxy27.51650.49120.3443
Hunter Lab52.456241.773421.8676
CIE-Lab59.449447.134431.2509

#e5695b color RGB value is (229,105,91).

#e5695b hex color red value is 229, green value is 105 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #e5695b hue: 0.02 , saturation: 0.73 and the lightness value of e5695b is 0.63.

The process color (four color CMYK) of #e5695b color hex is 0.00, 0.54, 0.60, 0.10. Web safe color of #e5695b is #cc6666. Color #e5695b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101001 01011011
Octal 345 151 133
Decimal 229 105 91
Hex E5 69 5B

RGB Percentages of Color #e5695b

%53.88
%24.71
%21.41

CMYK Percentages of Color #e5695b

%0
%54
%60
%10

Triadic Colors of #e5695b

#e5695b #5be569 #695be5

Analogous Colors of #e5695b

#e5695b #e5ae5b #e55b92

Monochromatic Colors of #e5695b

#e5695b

Complementary Color

#e5695b #5bd7e5

#e5695b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5695b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5695b Color CSS Codes

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

#e5695b Text Font Color

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

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


#e5695b Background Color

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

This div background color is #e5695b


#e5695b Border Color

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

This div border color is #e5695b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5695b


Comments

No comments written yet.

Please login to write comment.