Color Hex Logo

#d16999 Color Hex

#D16999
(209,105,153)
0 Favorites   0 Comments

Color spaces of #d16999

RGB 209105153
HSL0.920.530.62
HSV332°50°82°
CMYK 0.000.500.27   0.18
XYZ37.095825.958433.1923
Yxy25.95840.38540.2697
Hunter Lab50.949440.8029-2.9614
CIE-Lab57.997546.4425-7.0213

#d16999 color RGB value is (209,105,153).

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

The process color (four color CMYK) of #d16999 color hex is 0.00, 0.50, 0.27, 0.18. Web safe color of #d16999 is #cc6699. Color #d16999 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101001 10011001
Octal 321 151 231
Decimal 209 105 153
Hex D1 69 99

RGB Percentages of Color #d16999

%44.75
%22.48
%32.76

CMYK Percentages of Color #d16999

%0
%50
%27
%18

Triadic Colors of #d16999

#d16999 #99d169 #6999d1

Analogous Colors of #d16999

#d16999 #d16d69 #d169cd

Monochromatic Colors of #d16999

#d16999

Complementary Color

#d16999 #69d1a1

#d16999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16999 Color CSS Codes

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

#d16999 Text Font Color

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

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


#d16999 Background Color

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

This div background color is #d16999


#d16999 Border Color

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

This div border color is #d16999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16999


Comments

No comments written yet.

Please login to write comment.