Color Hex Logo

#d38540 Color Hex

#D38540
(211,133,64)
0 Favorites   0 Comments

Color spaces of #d38540

RGB 21113364
HSL0.080.630.54
HSV28°70°83°
CMYK 0.000.370.70   0.17
XYZ36.176930.99418.9262
Yxy30.99410.47540.4073
Hunter Lab55.672318.565929.4644
CIE-Lab62.502723.981548.4669

#d38540 color RGB value is (211,133,64).

#d38540 hex color red value is 211, green value is 133 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #d38540 hue: 0.08 , saturation: 0.63 and the lightness value of d38540 is 0.54.

The process color (four color CMYK) of #d38540 color hex is 0.00, 0.37, 0.70, 0.17. Web safe color of #d38540 is #cc9933. Color #d38540 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000101 01000000
Octal 323 205 100
Decimal 211 133 64
Hex D3 85 40

RGB Percentages of Color #d38540

%51.72
%32.60
%15.69

CMYK Percentages of Color #d38540

%0
%37
%70
%17

Triadic Colors of #d38540

#d38540 #40d385 #8540d3

Analogous Colors of #d38540

#d38540 #d3cf40 #d34045

Monochromatic Colors of #d38540

#d38540

Complementary Color

#d38540 #408ed3

#d38540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38540 Color CSS Codes

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

#d38540 Text Font Color

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

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


#d38540 Background Color

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

This div background color is #d38540


#d38540 Border Color

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

This div border color is #d38540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38540


Comments

No comments written yet.

Please login to write comment.