Color Hex Logo

#d16dbb Color Hex

#D16DBB
(209,109,187)
0 Favorites   0 Comments

Color spaces of #d16dbb

RGB 209109187
HSL0.870.520.62
HSV313°48°82°
CMYK 0.000.480.11   0.18
XYZ40.732828.080450.2869
Yxy28.08040.34200.2358
Hunter Lab52.990944.4743-19.1709
CIE-Lab59.961349.5493-23.6270

#d16dbb color RGB value is (209,109,187).

#d16dbb hex color red value is 209, green value is 109 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d16dbb hue: 0.87 , saturation: 0.52 and the lightness value of d16dbb is 0.62.

The process color (four color CMYK) of #d16dbb color hex is 0.00, 0.48, 0.11, 0.18. Web safe color of #d16dbb is #cc66cc. Color #d16dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101101 10111011
Octal 321 155 273
Decimal 209 109 187
Hex D1 6D BB

RGB Percentages of Color #d16dbb

%41.39
%21.58
%37.03

CMYK Percentages of Color #d16dbb

%0
%48
%11
%18

Triadic Colors of #d16dbb

#d16dbb #bbd16d #6dbbd1

Analogous Colors of #d16dbb

#d16dbb #d16d89 #b56dd1

Monochromatic Colors of #d16dbb

#d16dbb

Complementary Color

#d16dbb #6dd183

#d16dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16dbb Color CSS Codes

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

#d16dbb Text Font Color

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

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


#d16dbb Background Color

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

This div background color is #d16dbb


#d16dbb Border Color

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

This div border color is #d16dbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,109,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16dbb


Comments

No comments written yet.

Please login to write comment.