Color Hex Logo

#d196bd Color Hex

#D196BD
(209,150,189)
0 Favorites   0 Comments

Color spaces of #d196bd

RGB 209150189
HSL0.890.390.70
HSV320°28°82°
CMYK 0.000.280.10   0.18
XYZ46.386139.042153.2352
Yxy39.04210.33450.2816
Hunter Lab62.483723.1669-6.7757
CIE-Lab68.781828.2201-11.3835

#d196bd color RGB value is (209,150,189).

#d196bd hex color red value is 209, green value is 150 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d196bd hue: 0.89 , saturation: 0.39 and the lightness value of d196bd is 0.70.

The process color (four color CMYK) of #d196bd color hex is 0.00, 0.28, 0.10, 0.18. Web safe color of #d196bd is #cc99cc. Color #d196bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010110 10111101
Octal 321 226 275
Decimal 209 150 189
Hex D1 96 BD

RGB Percentages of Color #d196bd

%38.14
%27.37
%34.49

CMYK Percentages of Color #d196bd

%0
%28
%10
%18

Triadic Colors of #d196bd

#d196bd #bdd196 #96bdd1

Analogous Colors of #d196bd

#d196bd #d196a0 #c896d1

Monochromatic Colors of #d196bd

#d196bd

Complementary Color

#d196bd #96d1aa

#d196bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d196bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d196bd Color CSS Codes

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

#d196bd Text Font Color

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

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


#d196bd Background Color

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

This div background color is #d196bd


#d196bd Border Color

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

This div border color is #d196bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d196bd


Comments

No comments written yet.

Please login to write comment.