Color Hex Logo

#d98160 Color Hex

#D98160
(217,129,96)
0 Favorites   0 Comments

Color spaces of #d98160

RGB 21712996
HSL0.050.610.61
HSV16°56°85°
CMYK 0.000.410.56   0.15
XYZ38.576831.296815.0740
Yxy31.29680.45410.3684
Hunter Lab55.943525.186423.1848
CIE-Lab62.757430.725332.3253

#d98160 color RGB value is (217,129,96).

#d98160 hex color red value is 217, green value is 129 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #d98160 hue: 0.05 , saturation: 0.61 and the lightness value of d98160 is 0.61.

The process color (four color CMYK) of #d98160 color hex is 0.00, 0.41, 0.56, 0.15. Web safe color of #d98160 is #cc9966. Color #d98160 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000001 01100000
Octal 331 201 140
Decimal 217 129 96
Hex D9 81 60

RGB Percentages of Color #d98160

%49.10
%29.19
%21.72

CMYK Percentages of Color #d98160

%0
%41
%56
%15

Triadic Colors of #d98160

#d98160 #60d981 #8160d9

Analogous Colors of #d98160

#d98160 #d9be60 #d9607c

Monochromatic Colors of #d98160

#d98160

Complementary Color

#d98160 #60b8d9

#d98160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98160 Color CSS Codes

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

#d98160 Text Font Color

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

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


#d98160 Background Color

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

This div background color is #d98160


#d98160 Border Color

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

This div border color is #d98160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98160


Comments

No comments written yet.

Please login to write comment.