Color Hex Logo

#d46932 Color Hex

#D46932
(212,105,50)
0 Favorites   0 Comments

Color spaces of #d46932

RGB 21210550
HSL0.060.650.51
HSV20°76°83°
CMYK 0.000.500.76   0.17
XYZ32.778724.33055.9862
Yxy24.33050.51950.3856
Hunter Lab49.326032.298627.3327
CIE-Lab56.417238.491348.8082

#d46932 color RGB value is (212,105,50).

#d46932 hex color red value is 212, green value is 105 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #d46932 hue: 0.06 , saturation: 0.65 and the lightness value of d46932 is 0.51.

The process color (four color CMYK) of #d46932 color hex is 0.00, 0.50, 0.76, 0.17. Web safe color of #d46932 is #cc6633. Color #d46932 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101001 00110010
Octal 324 151 62
Decimal 212 105 50
Hex D4 69 32

RGB Percentages of Color #d46932

%57.77
%28.61
%13.62

CMYK Percentages of Color #d46932

%0
%50
%76
%17

Triadic Colors of #d46932

#d46932 #32d469 #6932d4

Analogous Colors of #d46932

#d46932 #d4ba32 #d4324c

Monochromatic Colors of #d46932

#d46932

Complementary Color

#d46932 #329dd4

#d46932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d46932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d46932 Color CSS Codes

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

#d46932 Text Font Color

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

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


#d46932 Background Color

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

This div background color is #d46932


#d46932 Border Color

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

This div border color is #d46932


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d46932


Comments

No comments written yet.

Please login to write comment.