Color Hex Logo

#d98dac Color Hex

#D98DAC
(217,141,172)
0 Favorites   0 Comments

Color spaces of #d98dac

RGB 217141172
HSL0.930.500.70
HSV336°35°85°
CMYK 0.000.350.21   0.15
XYZ45.586536.780043.7263
Yxy36.78000.36150.2917
Hunter Lab60.646528.0427-0.2957
CIE-Lab67.111633.1437-4.2603

#d98dac color RGB value is (217,141,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001101 10101100
Octal 331 215 254
Decimal 217 141 172
Hex D9 8D AC

RGB Percentages of Color #d98dac

%40.94
%26.60
%32.45

CMYK Percentages of Color #d98dac

%0
%35
%21
%15

Triadic Colors of #d98dac

#d98dac #acd98d #8dacd9

Analogous Colors of #d98dac

#d98dac #d9948d #d98dd2

Monochromatic Colors of #d98dac

#d98dac

Complementary Color

#d98dac #8dd9ba

#d98dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98dac Color CSS Codes

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

#d98dac Text Font Color

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

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


#d98dac Background Color

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

This div background color is #d98dac


#d98dac Border Color

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

This div border color is #d98dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,141,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 #d98dac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98dac


Comments

No comments written yet.

Please login to write comment.