Color Hex Logo

#d966bd Color Hex

#D966BD
(217,102,189)
0 Favorites   0 Comments

Color spaces of #d966bd

RGB 217102189
HSL0.870.600.63
HSV315°53°85°
CMYK 0.000.530.13   0.15
XYZ42.552027.928651.2921
Yxy27.92860.34940.2294
Hunter Lab52.847551.2423-20.5517
CIE-Lab59.824255.6708-24.8868

#d966bd color RGB value is (217,102,189).

#d966bd hex color red value is 217, green value is 102 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d966bd hue: 0.87 , saturation: 0.60 and the lightness value of d966bd is 0.63.

The process color (four color CMYK) of #d966bd color hex is 0.00, 0.53, 0.13, 0.15. Web safe color of #d966bd is #cc66cc. Color #d966bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100110 10111101
Octal 331 146 275
Decimal 217 102 189
Hex D9 66 BD

RGB Percentages of Color #d966bd

%42.72
%20.08
%37.20

CMYK Percentages of Color #d966bd

%0
%53
%13
%15

Triadic Colors of #d966bd

#d966bd #bdd966 #66bdd9

Analogous Colors of #d966bd

#d966bd #d96684 #bc66d9

Monochromatic Colors of #d966bd

#d966bd

Complementary Color

#d966bd #66d982

#d966bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d966bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d966bd Color CSS Codes

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

#d966bd Text Font Color

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

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


#d966bd Background Color

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

This div background color is #d966bd


#d966bd Border Color

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

This div border color is #d966bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d966bd


Comments

No comments written yet.

Please login to write comment.