Color Hex Logo

#d47321 Color Hex

#D47321
(212,115,33)
0 Favorites   0 Comments

Color spaces of #d47321

RGB 21211533
HSL0.080.730.48
HSV27°84°83°
CMYK 0.000.460.84   0.17
XYZ33.556626.36834.7598
Yxy26.36830.51880.4076
Hunter Lab51.350126.784830.4493
CIE-Lab58.385032.761457.7959

#d47321 color RGB value is (212,115,33).

#d47321 hex color red value is 212, green value is 115 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #d47321 hue: 0.08 , saturation: 0.73 and the lightness value of d47321 is 0.48.

The process color (four color CMYK) of #d47321 color hex is 0.00, 0.46, 0.84, 0.17. Web safe color of #d47321 is #cc6633. Color #d47321 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110011 00100001
Octal 324 163 41
Decimal 212 115 33
Hex D4 73 21

RGB Percentages of Color #d47321

%58.89
%31.94
%9.17

CMYK Percentages of Color #d47321

%0
%46
%84
%17

Triadic Colors of #d47321

#d47321 #21d473 #7321d4

Analogous Colors of #d47321

#d47321 #d4cd21 #d42129

Monochromatic Colors of #d47321

#d47321

Complementary Color

#d47321 #2182d4

#d47321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47321 Color CSS Codes

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

#d47321 Text Font Color

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

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


#d47321 Background Color

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

This div background color is #d47321


#d47321 Border Color

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

This div border color is #d47321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47321


Comments

No comments written yet.

Please login to write comment.