Color Hex Logo

#d9685c Color Hex

#D9685C
(217,104,92)
0 Favorites   0 Comments

Color spaces of #d9685c

RGB 21710492
HSL0.020.620.61
HSV58°85°
CMYK 0.000.520.58   0.15
XYZ35.497425.425013.1618
Yxy25.42500.47910.3432
Hunter Lab50.423237.421519.8200
CIE-Lab57.487243.316927.8130

#d9685c color RGB value is (217,104,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101000 01011100
Octal 331 150 134
Decimal 217 104 92
Hex D9 68 5C

RGB Percentages of Color #d9685c

%52.54
%25.18
%22.28

CMYK Percentages of Color #d9685c

%0
%52
%58
%15

Triadic Colors of #d9685c

#d9685c #5cd968 #685cd9

Analogous Colors of #d9685c

#d9685c #d9a75c #d95c8f

Monochromatic Colors of #d9685c

#d9685c

Complementary Color

#d9685c #5ccdd9

#d9685c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9685c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9685c Color CSS Codes

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

#d9685c Text Font Color

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

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


#d9685c Background Color

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

This div background color is #d9685c


#d9685c Border Color

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

This div border color is #d9685c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9685c


Comments

No comments written yet.

Please login to write comment.