Color Hex Logo

#d14712 Color Hex

#D14712
(209,71,18)
0 Favorites   0 Comments

Color spaces of #d14712

RGB 2097118
HSL0.050.840.45
HSV17°91°82°
CMYK 0.000.660.91   0.18
XYZ28.656918.10552.5566
Yxy18.10550.58110.3671
Hunter Lab42.550645.752526.2230
CIE-Lab49.623852.413055.8740

#d14712 color RGB value is (209,71,18).

#d14712 hex color red value is 209, green value is 71 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #d14712 hue: 0.05 , saturation: 0.84 and the lightness value of d14712 is 0.45.

The process color (four color CMYK) of #d14712 color hex is 0.00, 0.66, 0.91, 0.18. Web safe color of #d14712 is #cc3300. Color #d14712 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000111 00010010
Octal 321 107 22
Decimal 209 71 18
Hex D1 47 12

RGB Percentages of Color #d14712

%70.13
%23.83
%6.04

CMYK Percentages of Color #d14712

%0
%66
%91
%18

Triadic Colors of #d14712

#d14712 #12d147 #4712d1

Analogous Colors of #d14712

#d14712 #d1a712 #d1123d

Monochromatic Colors of #d14712

#d14712

Complementary Color

#d14712 #129cd1

#d14712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14712 Color CSS Codes

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

#d14712 Text Font Color

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

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


#d14712 Background Color

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

This div background color is #d14712


#d14712 Border Color

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

This div border color is #d14712


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,71,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d14712; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d14712;
  -webkit-box-shadow: 1px 1px 3px 2px #d14712;
  box-shadow:         1px 1px 3px 2px #d14712; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,71,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14712


Comments

No comments written yet.

Please login to write comment.