Color Hex Logo

#d663bd Color Hex

#D663BD
(214,99,189)
0 Favorites   0 Comments

Color spaces of #d663bd

RGB 21499189
HSL0.870.580.61
HSV313°54°84°
CMYK 0.000.540.12   0.16
XYZ41.378726.893951.1543
Yxy26.89390.34650.2252
Hunter Lab51.859351.6718-22.1824
CIE-Lab58.876056.2094-26.3821

#d663bd color RGB value is (214,99,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100011 10111101
Octal 326 143 275
Decimal 214 99 189
Hex D6 63 BD

RGB Percentages of Color #d663bd

%42.63
%19.72
%37.65

CMYK Percentages of Color #d663bd

%0
%54
%12
%16

Triadic Colors of #d663bd

#d663bd #bdd663 #63bdd6

Analogous Colors of #d663bd

#d663bd #d66384 #b663d6

Monochromatic Colors of #d663bd

#d663bd

Complementary Color

#d663bd #63d67c

#d663bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d663bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d663bd Color CSS Codes

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

#d663bd Text Font Color

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

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


#d663bd Background Color

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

This div background color is #d663bd


#d663bd Border Color

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

This div border color is #d663bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d663bd


Comments

No comments written yet.

Please login to write comment.