Color Hex Logo

#d67e6d Color Hex

#D67E6D
(214,126,109)
0 Favorites   0 Comments

Color spaces of #d67e6d

RGB 214126109
HSL0.030.560.63
HSV10°49°84°
CMYK 0.000.410.49   0.16
XYZ37.952730.322018.3204
Yxy30.32200.43830.3502
Hunter Lab55.065426.663018.8199
CIE-Lab61.931132.279823.9505

#d67e6d color RGB value is (214,126,109).

#d67e6d hex color red value is 214, green value is 126 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #d67e6d hue: 0.03 , saturation: 0.56 and the lightness value of d67e6d is 0.63.

The process color (four color CMYK) of #d67e6d color hex is 0.00, 0.41, 0.49, 0.16. Web safe color of #d67e6d is #cc6666. Color #d67e6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01111110 01101101
Octal 326 176 155
Decimal 214 126 109
Hex D6 7E 6D

RGB Percentages of Color #d67e6d

%47.66
%28.06
%24.28

CMYK Percentages of Color #d67e6d

%0
%41
%49
%16

Triadic Colors of #d67e6d

#d67e6d #6dd67e #7e6dd6

Analogous Colors of #d67e6d

#d67e6d #d6b36d #d66d91

Monochromatic Colors of #d67e6d

#d67e6d

Complementary Color

#d67e6d #6dc5d6

#d67e6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d67e6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d67e6d Color CSS Codes

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

#d67e6d Text Font Color

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

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


#d67e6d Background Color

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

This div background color is #d67e6d


#d67e6d Border Color

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

This div border color is #d67e6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d67e6d


Comments

No comments written yet.

Please login to write comment.