Color Hex Logo

#d6701a Color Hex

#D6701A
(214,112,26)
0 Favorites   0 Comments

Color spaces of #d6701a

RGB 21411226
HSL0.080.780.47
HSV27°88°84°
CMYK 0.000.480.88   0.16
XYZ33.712225.95914.2111
Yxy25.95910.52770.4064
Hunter Lab50.950128.945730.7646
CIE-Lab57.998234.974059.9475

#d6701a color RGB value is (214,112,26).

#d6701a hex color red value is 214, green value is 112 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #d6701a hue: 0.08 , saturation: 0.78 and the lightness value of d6701a is 0.47.

The process color (four color CMYK) of #d6701a color hex is 0.00, 0.48, 0.88, 0.16. Web safe color of #d6701a is #cc6633. Color #d6701a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01110000 00011010
Octal 326 160 32
Decimal 214 112 26
Hex D6 70 1A

RGB Percentages of Color #d6701a

%60.80
%31.82
%7.39

CMYK Percentages of Color #d6701a

%0
%48
%88
%16

Triadic Colors of #d6701a

#d6701a #1ad670 #701ad6

Analogous Colors of #d6701a

#d6701a #d6ce1a #d61a22

Monochromatic Colors of #d6701a

#d6701a

Complementary Color

#d6701a #1a80d6

#d6701a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6701a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6701a Color CSS Codes

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

#d6701a Text Font Color

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

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


#d6701a Background Color

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

This div background color is #d6701a


#d6701a Border Color

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

This div border color is #d6701a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,112,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6701a


Comments

No comments written yet.

Please login to write comment.