Color Hex Logo

#d09799 Color Hex

#D09799
(208,151,153)
0 Favorites   0 Comments

Color spaces of #d09799

RGB 208151153
HSL0.990.380.70
HSV358°27°82°
CMYK 0.000.270.26   0.18
XYZ42.828837.843035.1841
Yxy37.84300.36970.3266
Hunter Lab61.516716.62019.1511
CIE-Lab67.904721.66847.4197

#d09799 color RGB value is (208,151,153).

#d09799 hex color red value is 208, green value is 151 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #d09799 hue: 0.99 , saturation: 0.38 and the lightness value of d09799 is 0.70.

The process color (four color CMYK) of #d09799 color hex is 0.00, 0.27, 0.26, 0.18. Web safe color of #d09799 is #cc9999. Color #d09799 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010111 10011001
Octal 320 227 231
Decimal 208 151 153
Hex D0 97 99

RGB Percentages of Color #d09799

%40.63
%29.49
%29.88

CMYK Percentages of Color #d09799

%0
%27
%26
%18

Triadic Colors of #d09799

#d09799 #99d097 #9799d0

Analogous Colors of #d09799

#d09799 #d0b297 #d097b6

Monochromatic Colors of #d09799

#d09799

Complementary Color

#d09799 #97d0ce

#d09799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09799 Color CSS Codes

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

#d09799 Text Font Color

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

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


#d09799 Background Color

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

This div background color is #d09799


#d09799 Border Color

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

This div border color is #d09799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09799


Comments

No comments written yet.

Please login to write comment.