Color Hex Logo

#e89b5f Color Hex

#E89B5F
(232,155,95)
0 Favorites   0 Comments

Color spaces of #e89b5f

RGB 23215595
HSL0.070.750.64
HSV26°59°91°
CMYK 0.000.330.59   0.09
XYZ47.065641.424716.3416
Yxy41.42470.44900.3952
Hunter Lab64.362017.897029.9996
CIE-Lab70.472522.845542.8047

#e89b5f color RGB value is (232,155,95).

#e89b5f hex color red value is 232, green value is 155 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #e89b5f hue: 0.07 , saturation: 0.75 and the lightness value of e89b5f is 0.64.

The process color (four color CMYK) of #e89b5f color hex is 0.00, 0.33, 0.59, 0.09. Web safe color of #e89b5f is #ff9966. Color #e89b5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10011011 01011111
Octal 350 233 137
Decimal 232 155 95
Hex E8 9B 5F

RGB Percentages of Color #e89b5f

%48.13
%32.16
%19.71

CMYK Percentages of Color #e89b5f

%0
%33
%59
%9

Triadic Colors of #e89b5f

#e89b5f #5fe89b #9b5fe8

Analogous Colors of #e89b5f

#e89b5f #e8e05f #e85f68

Monochromatic Colors of #e89b5f

#e89b5f

Complementary Color

#e89b5f #5face8

#e89b5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e89b5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e89b5f Color CSS Codes

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

#e89b5f Text Font Color

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

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


#e89b5f Background Color

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

This div background color is #e89b5f


#e89b5f Border Color

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

This div border color is #e89b5f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,155,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e89b5f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e89b5f;
  -webkit-box-shadow: 1px 1px 3px 2px #e89b5f;
  box-shadow:         1px 1px 3px 2px #e89b5f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,155,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e89b5f


Comments

No comments written yet.

Please login to write comment.