Color Hex Logo

#d989ab Color Hex

#D989AB
(217,137,171)
0 Favorites   0 Comments

Color spaces of #d989ab

RGB 217137171
HSL0.930.510.69
HSV335°37°85°
CMYK 0.000.370.21   0.15
XYZ44.911635.583343.0292
Yxy35.58330.36360.2881
Hunter Lab59.651730.0015-1.0120
CIE-Lab66.200335.1309-5.0432

#d989ab color RGB value is (217,137,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001001 10101011
Octal 331 211 253
Decimal 217 137 171
Hex D9 89 AB

RGB Percentages of Color #d989ab

%41.33
%26.10
%32.57

CMYK Percentages of Color #d989ab

%0
%37
%21
%15

Triadic Colors of #d989ab

#d989ab #abd989 #89abd9

Analogous Colors of #d989ab

#d989ab #d98f89 #d989d3

Monochromatic Colors of #d989ab

#d989ab

Complementary Color

#d989ab #89d9b7

#d989ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d989ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d989ab Color CSS Codes

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

#d989ab Text Font Color

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

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


#d989ab Background Color

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

This div background color is #d989ab


#d989ab Border Color

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

This div border color is #d989ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d989ab


Comments

No comments written yet.

Please login to write comment.