Color Hex Logo

#d98bab Color Hex

#D98BAB
(217,139,171)
0 Favorites   0 Comments

Color spaces of #d98bab

RGB 217139171
HSL0.930.510.70
HSV335°36°85°
CMYK 0.000.360.21   0.15
XYZ45.198636.157243.1249
Yxy36.15720.36310.2905
Hunter Lab60.130928.9442-0.4303
CIE-Lab66.639934.0640-4.3941

#d98bab color RGB value is (217,139,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001011 10101011
Octal 331 213 253
Decimal 217 139 171
Hex D9 8B AB

RGB Percentages of Color #d98bab

%41.18
%26.38
%32.45

CMYK Percentages of Color #d98bab

%0
%36
%21
%15

Triadic Colors of #d98bab

#d98bab #abd98b #8babd9

Analogous Colors of #d98bab

#d98bab #d9928b #d98bd2

Monochromatic Colors of #d98bab

#d98bab

Complementary Color

#d98bab #8bd9b9

#d98bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98bab Color CSS Codes

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

#d98bab Text Font Color

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

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


#d98bab Background Color

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

This div background color is #d98bab


#d98bab Border Color

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

This div border color is #d98bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98bab


Comments

No comments written yet.

Please login to write comment.