Color Hex Logo

#d38961 Color Hex

#D38961
(211,137,97)
0 Favorites   0 Comments

Color spaces of #d38961

RGB 21113797
HSL0.060.560.60
HSV21°54°83°
CMYK 0.000.350.54   0.17
XYZ37.967332.603315.6012
Yxy32.60330.44060.3784
Hunter Lab57.099318.767123.7697
CIE-Lab63.838424.105732.9968

#d38961 color RGB value is (211,137,97).

#d38961 hex color red value is 211, green value is 137 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #d38961 hue: 0.06 , saturation: 0.56 and the lightness value of d38961 is 0.60.

The process color (four color CMYK) of #d38961 color hex is 0.00, 0.35, 0.54, 0.17. Web safe color of #d38961 is #cc9966. Color #d38961 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001001 01100001
Octal 323 211 141
Decimal 211 137 97
Hex D3 89 61

RGB Percentages of Color #d38961

%47.42
%30.79
%21.80

CMYK Percentages of Color #d38961

%0
%35
%54
%17

Triadic Colors of #d38961

#d38961 #61d389 #8961d3

Analogous Colors of #d38961

#d38961 #d3c261 #d36172

Monochromatic Colors of #d38961

#d38961

Complementary Color

#d38961 #61abd3

#d38961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38961 Color CSS Codes

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

#d38961 Text Font Color

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

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


#d38961 Background Color

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

This div background color is #d38961


#d38961 Border Color

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

This div border color is #d38961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38961


Comments

No comments written yet.

Please login to write comment.