Color Hex Logo

#d664bd Color Hex

#D664BD
(214,100,189)
0 Favorites   0 Comments

Color spaces of #d664bd

RGB 214100189
HSL0.870.580.62
HSV313°53°84°
CMYK 0.000.530.12   0.16
XYZ41.474027.084651.1860
Yxy27.08460.34640.2262
Hunter Lab52.042951.1752-21.8838
CIE-Lab59.052655.7391-26.1098

#d664bd color RGB value is (214,100,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100100 10111101
Octal 326 144 275
Decimal 214 100 189
Hex D6 64 BD

RGB Percentages of Color #d664bd

%42.54
%19.88
%37.57

CMYK Percentages of Color #d664bd

%0
%53
%12
%16

Triadic Colors of #d664bd

#d664bd #bdd664 #64bdd6

Analogous Colors of #d664bd

#d664bd #d66484 #b664d6

Monochromatic Colors of #d664bd

#d664bd

Complementary Color

#d664bd #64d67d

#d664bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d664bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d664bd Color CSS Codes

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

#d664bd Text Font Color

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

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


#d664bd Background Color

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

This div background color is #d664bd


#d664bd Border Color

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

This div border color is #d664bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d664bd


Comments

No comments written yet.

Please login to write comment.