Color Hex Logo

#d6751f Color Hex

#D6751F
(214,117,31)
0 Favorites   0 Comments

Color spaces of #d6751f

RGB 21411731
HSL0.080.750.48
HSV28°86°84°
CMYK 0.000.450.86   0.16
XYZ34.340227.11774.7206
Yxy27.11770.51890.4098
Hunter Lab52.074726.579731.0776
CIE-Lab59.083132.481959.1935

#d6751f color RGB value is (214,117,31).

#d6751f hex color red value is 214, green value is 117 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #d6751f hue: 0.08 , saturation: 0.75 and the lightness value of d6751f is 0.48.

The process color (four color CMYK) of #d6751f color hex is 0.00, 0.45, 0.86, 0.16. Web safe color of #d6751f is #cc6633. Color #d6751f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110101 00011111
Octal 326 165 37
Decimal 214 117 31
Hex D6 75 1F

RGB Percentages of Color #d6751f

%59.12
%32.32
%8.56

CMYK Percentages of Color #d6751f

%0
%45
%86
%16

Triadic Colors of #d6751f

#d6751f #1fd675 #751fd6

Analogous Colors of #d6751f

#d6751f #d6d11f #d61f24

Monochromatic Colors of #d6751f

#d6751f

Complementary Color

#d6751f #1f80d6

#d6751f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6751f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6751f Color CSS Codes

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

#d6751f Text Font Color

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

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


#d6751f Background Color

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

This div background color is #d6751f


#d6751f Border Color

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

This div border color is #d6751f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,117,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 #d6751f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6751f


Comments

No comments written yet.

Please login to write comment.