Color Hex Logo

#d660bd Color Hex

#D660BD
(214,96,189)
0 Favorites   0 Comments

Color spaces of #d660bd

RGB 21496189
HSL0.870.590.61
HSV313°55°84°
CMYK 0.000.550.12   0.16
XYZ41.099726.336051.0613
Yxy26.33600.34680.2223
Hunter Lab51.318653.1483-23.0697
CIE-Lab58.354657.6031-27.1867

#d660bd color RGB value is (214,96,189).

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

The process color (four color CMYK) of #d660bd color hex is 0.00, 0.55, 0.12, 0.16. Web safe color of #d660bd is #cc66cc. Color #d660bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100000 10111101
Octal 326 140 275
Decimal 214 96 189
Hex D6 60 BD

RGB Percentages of Color #d660bd

%42.89
%19.24
%37.88

CMYK Percentages of Color #d660bd

%0
%55
%12
%16

Triadic Colors of #d660bd

#d660bd #bdd660 #60bdd6

Analogous Colors of #d660bd

#d660bd #d66082 #b460d6

Monochromatic Colors of #d660bd

#d660bd

Complementary Color

#d660bd #60d679

#d660bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d660bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d660bd Color CSS Codes

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

#d660bd Text Font Color

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

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


#d660bd Background Color

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

This div background color is #d660bd


#d660bd Border Color

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

This div border color is #d660bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d660bd


Comments

No comments written yet.

Please login to write comment.