Color Hex Logo

#d98baa Color Hex

#D98BAA
(217,139,170)
0 Favorites   0 Comments

Color spaces of #d98baa

RGB 217139170
HSL0.930.510.70
HSV336°36°85°
CMYK 0.000.360.22   0.15
XYZ45.103636.119242.6247
Yxy36.11920.36420.2916
Hunter Lab60.099328.78790.0187
CIE-Lab66.610933.9152-3.8740

#d98baa color RGB value is (217,139,170).

#d98baa hex color red value is 217, green value is 139 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d98baa hue: 0.93 , saturation: 0.51 and the lightness value of d98baa is 0.70.

The process color (four color CMYK) of #d98baa color hex is 0.00, 0.36, 0.22, 0.15. Web safe color of #d98baa is #cc9999. Color #d98baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001011 10101010
Octal 331 213 252
Decimal 217 139 170
Hex D9 8B AA

RGB Percentages of Color #d98baa

%41.25
%26.43
%32.32

CMYK Percentages of Color #d98baa

%0
%36
%22
%15

Triadic Colors of #d98baa

#d98baa #aad98b #8baad9

Analogous Colors of #d98baa

#d98baa #d9938b #d98bd1

Monochromatic Colors of #d98baa

#d98baa

Complementary Color

#d98baa #8bd9ba

#d98baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98baa Color CSS Codes

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

#d98baa Text Font Color

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

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


#d98baa Background Color

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

This div background color is #d98baa


#d98baa Border Color

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

This div border color is #d98baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98baa


Comments

No comments written yet.

Please login to write comment.