Color Hex Logo

#d6682f Color Hex

#D6682F
(214,104,47)
0 Favorites   0 Comments

Color spaces of #d6682f

RGB 21410447
HSL0.060.670.51
HSV20°78°84°
CMYK 0.000.510.78   0.16
XYZ33.195024.40205.6498
Yxy24.40200.52480.3858
Hunter Lab49.398433.502327.7977
CIE-Lab56.488139.664050.3825

#d6682f color RGB value is (214,104,47).

#d6682f hex color red value is 214, green value is 104 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #d6682f hue: 0.06 , saturation: 0.67 and the lightness value of d6682f is 0.51.

The process color (four color CMYK) of #d6682f color hex is 0.00, 0.51, 0.78, 0.16. Web safe color of #d6682f is #cc6633. Color #d6682f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101000 00101111
Octal 326 150 57
Decimal 214 104 47
Hex D6 68 2F

RGB Percentages of Color #d6682f

%58.63
%28.49
%12.88

CMYK Percentages of Color #d6682f

%0
%51
%78
%16

Triadic Colors of #d6682f

#d6682f #2fd668 #682fd6

Analogous Colors of #d6682f

#d6682f #d6bc2f #d62f49

Monochromatic Colors of #d6682f

#d6682f

Complementary Color

#d6682f #2f9dd6

#d6682f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6682f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6682f Color CSS Codes

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

#d6682f Text Font Color

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

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


#d6682f Background Color

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

This div background color is #d6682f


#d6682f Border Color

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

This div border color is #d6682f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6682f


Comments

No comments written yet.

Please login to write comment.