Color Hex Logo

#d5893e Color Hex

#D5893E
(213,137,62)
0 Favorites   0 Comments

Color spaces of #d5893e

RGB 21313762
HSL0.080.640.54
HSV30°71°84°
CMYK 0.000.360.71   0.16
XYZ37.255732.38538.8448
Yxy32.38530.47470.4126
Hunter Lab56.908117.268530.6207
CIE-Lab63.660122.559350.7274

#d5893e color RGB value is (213,137,62).

#d5893e hex color red value is 213, green value is 137 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #d5893e hue: 0.08 , saturation: 0.64 and the lightness value of d5893e is 0.54.

The process color (four color CMYK) of #d5893e color hex is 0.00, 0.36, 0.71, 0.16. Web safe color of #d5893e is #cc9933. Color #d5893e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001001 00111110
Octal 325 211 76
Decimal 213 137 62
Hex D5 89 3E

RGB Percentages of Color #d5893e

%51.70
%33.25
%15.05

CMYK Percentages of Color #d5893e

%0
%36
%71
%16

Triadic Colors of #d5893e

#d5893e #3ed589 #893ed5

Analogous Colors of #d5893e

#d5893e #d5d53e #d53e3e

Monochromatic Colors of #d5893e

#d5893e

Complementary Color

#d5893e #3e8ad5

#d5893e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5893e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5893e Color CSS Codes

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

#d5893e Text Font Color

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

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


#d5893e Background Color

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

This div background color is #d5893e


#d5893e Border Color

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

This div border color is #d5893e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,137,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d5893e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d5893e;
  -webkit-box-shadow: 1px 1px 3px 2px #d5893e;
  box-shadow:         1px 1px 3px 2px #d5893e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,137,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5893e


Comments

No comments written yet.

Please login to write comment.