Color Hex Logo

#d16baa Color Hex

#D16BAA
(209,107,170)
0 Favorites   0 Comments

Color spaces of #d16baa

RGB 209107170
HSL0.900.530.62
HSV323°49°82°
CMYK 0.000.490.19   0.18
XYZ38.807926.973041.1911
Yxy26.97300.36280.2522
Hunter Lab51.935542.4937-10.6692
CIE-Lab58.949347.8771-15.4246

#d16baa color RGB value is (209,107,170).

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

The process color (four color CMYK) of #d16baa color hex is 0.00, 0.49, 0.19, 0.18. Web safe color of #d16baa is #cc6699. Color #d16baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101011 10101010
Octal 321 153 252
Decimal 209 107 170
Hex D1 6B AA

RGB Percentages of Color #d16baa

%43.00
%22.02
%34.98

CMYK Percentages of Color #d16baa

%0
%49
%19
%18

Triadic Colors of #d16baa

#d16baa #aad16b #6baad1

Analogous Colors of #d16baa

#d16baa #d16b77 #c56bd1

Monochromatic Colors of #d16baa

#d16baa

Complementary Color

#d16baa #6bd192

#d16baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16baa Color CSS Codes

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

#d16baa Text Font Color

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

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


#d16baa Background Color

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

This div background color is #d16baa


#d16baa Border Color

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

This div border color is #d16baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16baa


Comments

No comments written yet.

Please login to write comment.