Color Hex Logo

#d98eab Color Hex

#D98EAB
(217,142,171)
0 Favorites   0 Comments

Color spaces of #d98eab

RGB 217142171
HSL0.940.500.70
HSV337°35°85°
CMYK 0.000.350.21   0.15
XYZ45.639037.038043.2717
Yxy37.03800.36240.2941
Hunter Lab60.858927.35690.4450
CIE-Lab67.305532.4582-3.4129

#d98eab color RGB value is (217,142,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001110 10101011
Octal 331 216 253
Decimal 217 142 171
Hex D9 8E AB

RGB Percentages of Color #d98eab

%40.94
%26.79
%32.26

CMYK Percentages of Color #d98eab

%0
%35
%21
%15

Triadic Colors of #d98eab

#d98eab #abd98e #8eabd9

Analogous Colors of #d98eab

#d98eab #d9978e #d98ed1

Monochromatic Colors of #d98eab

#d98eab

Complementary Color

#d98eab #8ed9bc

#d98eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98eab Color CSS Codes

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

#d98eab Text Font Color

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

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


#d98eab Background Color

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

This div background color is #d98eab


#d98eab Border Color

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

This div border color is #d98eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98eab


Comments

No comments written yet.

Please login to write comment.