Color Hex Logo

#d98bac Color Hex

#D98BAC
(217,139,172)
0 Favorites   0 Comments

Color spaces of #d98bac

RGB 217139172
HSL0.930.510.70
HSV335°36°85°
CMYK 0.000.360.21   0.15
XYZ45.294336.195543.6289
Yxy36.19550.36200.2893
Hunter Lab60.162729.1014-0.8821
CIE-Lab66.669034.2135-4.9138

#d98bac color RGB value is (217,139,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001011 10101100
Octal 331 213 254
Decimal 217 139 172
Hex D9 8B AC

RGB Percentages of Color #d98bac

%41.10
%26.33
%32.58

CMYK Percentages of Color #d98bac

%0
%36
%21
%15

Triadic Colors of #d98bac

#d98bac #acd98b #8bacd9

Analogous Colors of #d98bac

#d98bac #d9918b #d98bd3

Monochromatic Colors of #d98bac

#d98bac

Complementary Color

#d98bac #8bd9b8

#d98bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98bac Color CSS Codes

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

#d98bac Text Font Color

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

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


#d98bac Background Color

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

This div background color is #d98bac


#d98bac Border Color

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

This div border color is #d98bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98bac


Comments

No comments written yet.

Please login to write comment.