Color Hex Logo

#d956bd Color Hex

#D956BD
(217,86,189)
0 Favorites   0 Comments

Color spaces of #d956bd

RGB 21786189
HSL0.870.630.59
HSV313°60°85°
CMYK 0.000.600.13   0.15
XYZ41.128425.081450.8176
Yxy25.08140.35140.2143
Hunter Lab50.081358.9476-25.1047
CIE-Lab57.154662.8634-29.0080

#d956bd color RGB value is (217,86,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010110 10111101
Octal 331 126 275
Decimal 217 86 189
Hex D9 56 BD

RGB Percentages of Color #d956bd

%44.11
%17.48
%38.41

CMYK Percentages of Color #d956bd

%0
%60
%13
%15

Triadic Colors of #d956bd

#d956bd #bdd956 #56bdd9

Analogous Colors of #d956bd

#d956bd #d9567c #b456d9

Monochromatic Colors of #d956bd

#d956bd

Complementary Color

#d956bd #56d972

#d956bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d956bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d956bd Color CSS Codes

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

#d956bd Text Font Color

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

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


#d956bd Background Color

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

This div background color is #d956bd


#d956bd Border Color

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

This div border color is #d956bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d956bd


Comments

No comments written yet.

Please login to write comment.