Color Hex Logo

#d996ab Color Hex

#D996AB
(217,150,171)
0 Favorites   0 Comments

Color spaces of #d996ab

RGB 217150171
HSL0.950.470.72
HSV341°31°85°
CMYK 0.000.310.21   0.15
XYZ46.872339.504743.6828
Yxy39.50470.36040.3037
Hunter Lab62.852823.12362.7903
CIE-Lab69.115328.1530-0.7568

#d996ab color RGB value is (217,150,171).

#d996ab hex color red value is 217, green value is 150 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d996ab hue: 0.95 , saturation: 0.47 and the lightness value of d996ab is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010110 10101011
Octal 331 226 253
Decimal 217 150 171
Hex D9 96 AB

RGB Percentages of Color #d996ab

%40.33
%27.88
%31.78

CMYK Percentages of Color #d996ab

%0
%31
%21
%15

Triadic Colors of #d996ab

#d996ab #abd996 #96abd9

Analogous Colors of #d996ab

#d996ab #d9a396 #d996cd

Monochromatic Colors of #d996ab

#d996ab

Complementary Color

#d996ab #96d9c4

#d996ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d996ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d996ab Color CSS Codes

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

#d996ab Text Font Color

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

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


#d996ab Background Color

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

This div background color is #d996ab


#d996ab Border Color

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

This div border color is #d996ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d996ab


Comments

No comments written yet.

Please login to write comment.