Color Hex Logo

#d68640 Color Hex

#D68640
(214,134,64)
0 Favorites   0 Comments

Color spaces of #d68640

RGB 21413464
HSL0.080.650.55
HSV28°70°84°
CMYK 0.000.370.70   0.16
XYZ37.182131.71659.0127
Yxy31.71650.47720.4071
Hunter Lab56.317419.294529.9338
CIE-Lab63.107924.698349.2307

#d68640 color RGB value is (214,134,64).

#d68640 hex color red value is 214, green value is 134 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #d68640 hue: 0.08 , saturation: 0.65 and the lightness value of d68640 is 0.55.

The process color (four color CMYK) of #d68640 color hex is 0.00, 0.37, 0.70, 0.16. Web safe color of #d68640 is #cc9933. Color #d68640 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000110 01000000
Octal 326 206 100
Decimal 214 134 64
Hex D6 86 40

RGB Percentages of Color #d68640

%51.94
%32.52
%15.53

CMYK Percentages of Color #d68640

%0
%37
%70
%16

Triadic Colors of #d68640

#d68640 #40d686 #8640d6

Analogous Colors of #d68640

#d68640 #d6d140 #d64045

Monochromatic Colors of #d68640

#d68640

Complementary Color

#d68640 #4090d6

#d68640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68640 Color CSS Codes

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

#d68640 Text Font Color

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

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


#d68640 Background Color

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

This div background color is #d68640


#d68640 Border Color

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

This div border color is #d68640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68640


Comments

No comments written yet.

Please login to write comment.