Color Hex Logo

#d7686d Color Hex

#D7686D
(215,104,109)
0 Favorites   0 Comments

Color spaces of #d7686d

RGB 215104109
HSL0.990.580.63
HSV357°52°84°
CMYK 0.000.520.49   0.16
XYZ35.735025.451817.4973
Yxy25.45180.45420.3235
Hunter Lab50.449838.149514.7515
CIE-Lab57.513044.007218.0121

#d7686d color RGB value is (215,104,109).

#d7686d hex color red value is 215, green value is 104 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #d7686d hue: 0.99 , saturation: 0.58 and the lightness value of d7686d is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101000 01101101
Octal 327 150 155
Decimal 215 104 109
Hex D7 68 6D

RGB Percentages of Color #d7686d

%50.23
%24.30
%25.47

CMYK Percentages of Color #d7686d

%0
%52
%49
%16

Triadic Colors of #d7686d

#d7686d #6dd768 #686dd7

Analogous Colors of #d7686d

#d7686d #d79b68 #d768a5

Monochromatic Colors of #d7686d

#d7686d

Complementary Color

#d7686d #68d7d2

#d7686d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7686d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7686d Color CSS Codes

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

#d7686d Text Font Color

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

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


#d7686d Background Color

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

This div background color is #d7686d


#d7686d Border Color

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

This div border color is #d7686d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,104,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 #d7686d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7686d


Comments

No comments written yet.

Please login to write comment.