Color Hex Logo

#d9685e Color Hex

#D9685E
(217,104,94)
0 Favorites   0 Comments

Color spaces of #d9685e

RGB 21710494
HSL0.010.620.61
HSV57°85°
CMYK 0.000.520.57   0.15
XYZ35.586025.460513.6285
Yxy25.46050.47650.3410
Hunter Lab50.458437.585719.3070
CIE-Lab57.521443.468926.7166

#d9685e color RGB value is (217,104,94).

#d9685e hex color red value is 217, green value is 104 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #d9685e hue: 0.01 , saturation: 0.62 and the lightness value of d9685e is 0.61.

The process color (four color CMYK) of #d9685e color hex is 0.00, 0.52, 0.57, 0.15. Web safe color of #d9685e is #cc6666. Color #d9685e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101000 01011110
Octal 331 150 136
Decimal 217 104 94
Hex D9 68 5E

RGB Percentages of Color #d9685e

%52.29
%25.06
%22.65

CMYK Percentages of Color #d9685e

%0
%52
%57
%15

Triadic Colors of #d9685e

#d9685e #5ed968 #685ed9

Analogous Colors of #d9685e

#d9685e #d9a65e #d95e92

Monochromatic Colors of #d9685e

#d9685e

Complementary Color

#d9685e #5ecfd9

#d9685e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9685e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9685e Color CSS Codes

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

#d9685e Text Font Color

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

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


#d9685e Background Color

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

This div background color is #d9685e


#d9685e Border Color

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

This div border color is #d9685e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,104,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9685e


Comments

No comments written yet.

Please login to write comment.