Color Hex Logo

#d1742f Color Hex

#D1742F
(209,116,47)
0 Favorites   0 Comments

Color spaces of #d1742f

RGB 20911647
HSL0.070.640.50
HSV26°78°82°
CMYK 0.000.440.78   0.18
XYZ33.053026.25136.0143
Yxy26.25130.50600.4019
Hunter Lab51.236025.489528.9055
CIE-Lab58.274831.459651.8922

#d1742f color RGB value is (209,116,47).

#d1742f hex color red value is 209, green value is 116 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #d1742f hue: 0.07 , saturation: 0.64 and the lightness value of d1742f is 0.50.

The process color (four color CMYK) of #d1742f color hex is 0.00, 0.44, 0.78, 0.18. Web safe color of #d1742f is #cc6633. Color #d1742f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01110100 00101111
Octal 321 164 57
Decimal 209 116 47
Hex D1 74 2F

RGB Percentages of Color #d1742f

%56.18
%31.18
%12.63

CMYK Percentages of Color #d1742f

%0
%44
%78
%18

Triadic Colors of #d1742f

#d1742f #2fd174 #742fd1

Analogous Colors of #d1742f

#d1742f #d1c52f #d12f3b

Monochromatic Colors of #d1742f

#d1742f

Complementary Color

#d1742f #2f8cd1

#d1742f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1742f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1742f Color CSS Codes

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

#d1742f Text Font Color

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

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


#d1742f Background Color

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

This div background color is #d1742f


#d1742f Border Color

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

This div border color is #d1742f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1742f


Comments

No comments written yet.

Please login to write comment.