Color Hex Logo

#d1797d Color Hex

#D1797D
(209,121,125)
0 Favorites   0 Comments

Color spaces of #d1797d

RGB 209121125
HSL0.990.490.65
HSV357°42°82°
CMYK 0.000.420.40   0.18
XYZ36.833528.710723.0024
Yxy28.71070.41600.3242
Hunter Lab53.582428.935012.0550
CIE-Lab60.525534.683012.8251

#d1797d color RGB value is (209,121,125).

#d1797d hex color red value is 209, green value is 121 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #d1797d hue: 0.99 , saturation: 0.49 and the lightness value of d1797d is 0.65.

The process color (four color CMYK) of #d1797d color hex is 0.00, 0.42, 0.40, 0.18. Web safe color of #d1797d is #cc6666. Color #d1797d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111001 01111101
Octal 321 171 175
Decimal 209 121 125
Hex D1 79 7D

RGB Percentages of Color #d1797d

%45.93
%26.59
%27.47

CMYK Percentages of Color #d1797d

%0
%42
%40
%18

Triadic Colors of #d1797d

#d1797d #7dd179 #797dd1

Analogous Colors of #d1797d

#d1797d #d1a179 #d179a9

Monochromatic Colors of #d1797d

#d1797d

Complementary Color

#d1797d #79d1cd

#d1797d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1797d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1797d Color CSS Codes

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

#d1797d Text Font Color

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

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


#d1797d Background Color

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

This div background color is #d1797d


#d1797d Border Color

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

This div border color is #d1797d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,121,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d1797d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d1797d;
  -webkit-box-shadow: 1px 1px 3px 2px #d1797d;
  box-shadow:         1px 1px 3px 2px #d1797d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,121,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1797d


Comments

No comments written yet.

Please login to write comment.