Color Hex Logo

#d649bd Color Hex

#D649BD
(214,73,189)
0 Favorites   0 Comments

Color spaces of #d649bd

RGB 21473189
HSL0.860.630.56
HSV311°66°84°
CMYK 0.000.660.12   0.16
XYZ39.299422.735450.4612
Yxy22.73540.34930.2021
Hunter Lab47.681763.6775-29.3691
CIE-Lab54.798767.3269-32.7064

#d649bd color RGB value is (214,73,189).

#d649bd hex color red value is 214, green value is 73 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d649bd hue: 0.86 , saturation: 0.63 and the lightness value of d649bd is 0.56.

The process color (four color CMYK) of #d649bd color hex is 0.00, 0.66, 0.12, 0.16. Web safe color of #d649bd is #cc33cc. Color #d649bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001001 10111101
Octal 326 111 275
Decimal 214 73 189
Hex D6 49 BD

RGB Percentages of Color #d649bd

%44.96
%15.34
%39.71

CMYK Percentages of Color #d649bd

%0
%66
%12
%16

Triadic Colors of #d649bd

#d649bd #bdd649 #49bdd6

Analogous Colors of #d649bd

#d649bd #d64977 #a949d6

Monochromatic Colors of #d649bd

#d649bd

Complementary Color

#d649bd #49d662

#d649bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d649bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d649bd Color CSS Codes

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

#d649bd Text Font Color

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

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


#d649bd Background Color

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

This div background color is #d649bd


#d649bd Border Color

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

This div border color is #d649bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d649bd


Comments

No comments written yet.

Please login to write comment.