Color Hex Logo

#d19097 Color Hex

#D19097
(209,144,151)
0 Favorites   0 Comments

Color spaces of #d19097

RGB 209144151
HSL0.980.410.69
HSV354°31°82°
CMYK 0.000.310.28   0.18
XYZ41.853735.736233.9700
Yxy35.73620.37520.3203
Hunter Lab59.779820.35898.1541
CIE-Lab66.317925.57696.2809

#d19097 color RGB value is (209,144,151).

#d19097 hex color red value is 209, green value is 144 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #d19097 hue: 0.98 , saturation: 0.41 and the lightness value of d19097 is 0.69.

The process color (four color CMYK) of #d19097 color hex is 0.00, 0.31, 0.28, 0.18. Web safe color of #d19097 is #cc9999. Color #d19097 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010000 10010111
Octal 321 220 227
Decimal 209 144 151
Hex D1 90 97

RGB Percentages of Color #d19097

%41.47
%28.57
%29.96

CMYK Percentages of Color #d19097

%0
%31
%28
%18

Triadic Colors of #d19097

#d19097 #97d190 #9097d1

Analogous Colors of #d19097

#d19097 #d1aa90 #d190b8

Monochromatic Colors of #d19097

#d19097

Complementary Color

#d19097 #90d1ca

#d19097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19097 Color CSS Codes

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

#d19097 Text Font Color

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

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


#d19097 Background Color

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

This div background color is #d19097


#d19097 Border Color

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

This div border color is #d19097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19097


Comments

No comments written yet.

Please login to write comment.