Color Hex Logo

#d47318 Color Hex

#D47318
(212,115,24)
0 Favorites   0 Comments

Color spaces of #d47318

RGB 21211524
HSL0.080.800.46
HSV29°89°83°
CMYK 0.000.460.89   0.17
XYZ33.447026.32454.1824
Yxy26.32450.52300.4116
Hunter Lab51.307426.575131.0821
CIE-Lab58.343832.553960.6974

#d47318 color RGB value is (212,115,24).

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

The process color (four color CMYK) of #d47318 color hex is 0.00, 0.46, 0.89, 0.17. Web safe color of #d47318 is #cc6600. Color #d47318 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110011 00011000
Octal 324 163 30
Decimal 212 115 24
Hex D4 73 18

RGB Percentages of Color #d47318

%60.40
%32.76
%6.84

CMYK Percentages of Color #d47318

%0
%46
%89
%17

Triadic Colors of #d47318

#d47318 #18d473 #7318d4

Analogous Colors of #d47318

#d47318 #d4d118 #d4181b

Monochromatic Colors of #d47318

#d47318

Complementary Color

#d47318 #1879d4

#d47318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47318 Color CSS Codes

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

#d47318 Text Font Color

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

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


#d47318 Background Color

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

This div background color is #d47318


#d47318 Border Color

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

This div border color is #d47318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47318


Comments

No comments written yet.

Please login to write comment.