Color Hex Logo

#d96baa Color Hex

#D96BAA
(217,107,170)
0 Favorites   0 Comments

Color spaces of #d96baa

RGB 217107170
HSL0.900.590.64
HSV326°51°85°
CMYK 0.000.510.22   0.15
XYZ41.128728.169441.2997
Yxy28.16940.37190.2547
Hunter Lab53.074945.4420-8.9836
CIE-Lab60.041550.4211-13.6686

#d96baa color RGB value is (217,107,170).

#d96baa hex color red value is 217, green value is 107 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d96baa hue: 0.90 , saturation: 0.59 and the lightness value of d96baa is 0.64.

The process color (four color CMYK) of #d96baa color hex is 0.00, 0.51, 0.22, 0.15. Web safe color of #d96baa is #cc6699. Color #d96baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101011 10101010
Octal 331 153 252
Decimal 217 107 170
Hex D9 6B AA

RGB Percentages of Color #d96baa

%43.93
%21.66
%34.41

CMYK Percentages of Color #d96baa

%0
%51
%22
%15

Triadic Colors of #d96baa

#d96baa #aad96b #6baad9

Analogous Colors of #d96baa

#d96baa #d96b73 #d16bd9

Monochromatic Colors of #d96baa

#d96baa

Complementary Color

#d96baa #6bd99a

#d96baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d96baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d96baa Color CSS Codes

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

#d96baa Text Font Color

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

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


#d96baa Background Color

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

This div background color is #d96baa


#d96baa Border Color

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

This div border color is #d96baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d96baa


Comments

No comments written yet.

Please login to write comment.