Color Hex Logo

#d688bd Color Hex

#D688BD
(214,136,189)
0 Favorites   0 Comments

Color spaces of #d688bd

RGB 214136189
HSL0.890.490.69
HSV319°36°84°
CMYK 0.000.360.12   0.16
XYZ45.721035.578652.6017
Yxy35.57860.34150.2657
Hunter Lab59.647832.4395-10.5327
CIE-Lab66.196737.4721-15.2130

#d688bd color RGB value is (214,136,189).

#d688bd hex color red value is 214, green value is 136 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d688bd hue: 0.89 , saturation: 0.49 and the lightness value of d688bd is 0.69.

The process color (four color CMYK) of #d688bd color hex is 0.00, 0.36, 0.12, 0.16. Web safe color of #d688bd is #cc99cc. Color #d688bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001000 10111101
Octal 326 210 275
Decimal 214 136 189
Hex D6 88 BD

RGB Percentages of Color #d688bd

%39.70
%25.23
%35.06

CMYK Percentages of Color #d688bd

%0
%36
%12
%16

Triadic Colors of #d688bd

#d688bd #bdd688 #88bdd6

Analogous Colors of #d688bd

#d688bd #d68896 #c888d6

Monochromatic Colors of #d688bd

#d688bd

Complementary Color

#d688bd #88d6a1

#d688bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d688bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d688bd Color CSS Codes

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

#d688bd Text Font Color

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

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


#d688bd Background Color

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

This div background color is #d688bd


#d688bd Border Color

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

This div border color is #d688bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d688bd


Comments

No comments written yet.

Please login to write comment.