Color Hex Logo

#d1671f Color Hex

#D1671F
(209,103,31)
0 Favorites   0 Comments

Color spaces of #d1671f

RGB 20910331
HSL0.070.740.47
HSV24°85°82°
CMYK 0.000.510.85   0.18
XYZ31.392123.35474.1497
Yxy23.35470.53300.3965
Hunter Lab48.326731.378528.7376
CIE-Lab55.435837.705755.8600

#d1671f color RGB value is (209,103,31).

#d1671f hex color red value is 209, green value is 103 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #d1671f hue: 0.07 , saturation: 0.74 and the lightness value of d1671f is 0.47.

The process color (four color CMYK) of #d1671f color hex is 0.00, 0.51, 0.85, 0.18. Web safe color of #d1671f is #cc6633. Color #d1671f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100111 00011111
Octal 321 147 37
Decimal 209 103 31
Hex D1 67 1F

RGB Percentages of Color #d1671f

%60.93
%30.03
%9.04

CMYK Percentages of Color #d1671f

%0
%51
%85
%18

Triadic Colors of #d1671f

#d1671f #1fd167 #671fd1

Analogous Colors of #d1671f

#d1671f #d1c01f #d11f30

Monochromatic Colors of #d1671f

#d1671f

Complementary Color

#d1671f #1f89d1

#d1671f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1671f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1671f Color CSS Codes

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

#d1671f Text Font Color

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

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


#d1671f Background Color

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

This div background color is #d1671f


#d1671f Border Color

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

This div border color is #d1671f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1671f


Comments

No comments written yet.

Please login to write comment.