Color Hex Logo

#d47113 Color Hex

#D47113
(212,113,19)
0 Favorites   0 Comments

Color spaces of #d47113

RGB 21211319
HSL0.080.840.45
HSV29°91°83°
CMYK 0.000.470.91   0.17
XYZ33.174025.85433.8580
Yxy25.85430.52750.4111
Hunter Lab50.847127.475631.0944
CIE-Lab57.898533.510261.7215

#d47113 color RGB value is (212,113,19).

#d47113 hex color red value is 212, green value is 113 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #d47113 hue: 0.08 , saturation: 0.84 and the lightness value of d47113 is 0.45.

The process color (four color CMYK) of #d47113 color hex is 0.00, 0.47, 0.91, 0.17. Web safe color of #d47113 is #cc6600. Color #d47113 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110001 00010011
Octal 324 161 23
Decimal 212 113 19
Hex D4 71 13

RGB Percentages of Color #d47113

%61.63
%32.85
%5.52

CMYK Percentages of Color #d47113

%0
%47
%91
%17

Triadic Colors of #d47113

#d47113 #13d471 #7113d4

Analogous Colors of #d47113

#d47113 #d4d213 #d41315

Monochromatic Colors of #d47113

#d47113

Complementary Color

#d47113 #1376d4

#d47113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47113 Color CSS Codes

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

#d47113 Text Font Color

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

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


#d47113 Background Color

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

This div background color is #d47113


#d47113 Border Color

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

This div border color is #d47113


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47113


Comments

No comments written yet.

Please login to write comment.