Color Hex Logo

#d98daf Color Hex

#D98DAF
(217,141,175)
0 Favorites   0 Comments

Color spaces of #d98daf

RGB 217141175
HSL0.930.500.70
HSV333°35°85°
CMYK 0.000.350.19   0.15
XYZ45.878036.896645.2612
Yxy36.89660.35830.2882
Hunter Lab60.742628.5190-1.6590
CIE-Lab67.199433.5980-5.8157

#d98daf color RGB value is (217,141,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001101 10101111
Octal 331 215 257
Decimal 217 141 175
Hex D9 8D AF

RGB Percentages of Color #d98daf

%40.71
%26.45
%32.83

CMYK Percentages of Color #d98daf

%0
%35
%19
%15

Triadic Colors of #d98daf

#d98daf #afd98d #8dafd9

Analogous Colors of #d98daf

#d98daf #d9918d #d98dd5

Monochromatic Colors of #d98daf

#d98daf

Complementary Color

#d98daf #8dd9b7

#d98daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98daf Color CSS Codes

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

#d98daf Text Font Color

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

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


#d98daf Background Color

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

This div background color is #d98daf


#d98daf Border Color

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

This div border color is #d98daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98daf


Comments

No comments written yet.

Please login to write comment.