Color Hex Logo

#d98dbf Color Hex

#D98DBF
(217,141,191)
0 Favorites   0 Comments

Color spaces of #d98dbf

RGB 217141191
HSL0.890.500.70
HSV321°35°85°
CMYK 0.000.350.12   0.15
XYZ47.544137.563154.0348
Yxy37.56310.34170.2700
Hunter Lab61.288731.2142-9.3705
CIE-Lab67.697436.1431-14.0380

#d98dbf color RGB value is (217,141,191).

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

The process color (four color CMYK) of #d98dbf color hex is 0.00, 0.35, 0.12, 0.15. Web safe color of #d98dbf is #cc99cc. Color #d98dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001101 10111111
Octal 331 215 277
Decimal 217 141 191
Hex D9 8D BF

RGB Percentages of Color #d98dbf

%39.53
%25.68
%34.79

CMYK Percentages of Color #d98dbf

%0
%35
%12
%15

Triadic Colors of #d98dbf

#d98dbf #bfd98d #8dbfd9

Analogous Colors of #d98dbf

#d98dbf #d98d99 #cd8dd9

Monochromatic Colors of #d98dbf

#d98dbf

Complementary Color

#d98dbf #8dd9a7

#d98dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98dbf Color CSS Codes

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

#d98dbf Text Font Color

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

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


#d98dbf Background Color

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

This div background color is #d98dbf


#d98dbf Border Color

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

This div border color is #d98dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98dbf


Comments

No comments written yet.

Please login to write comment.