Color Hex Logo

#d786bd Color Hex

#D786BD
(215,134,189)
0 Favorites   0 Comments

Color spaces of #d786bd

RGB 215134189
HSL0.890.500.68
HSV319°38°84°
CMYK 0.000.380.12   0.16
XYZ45.734735.171452.5224
Yxy35.17140.34280.2636
Hunter Lab59.305533.8695-10.9949
CIE-Lab65.881938.8681-15.6768

#d786bd color RGB value is (215,134,189).

#d786bd hex color red value is 215, green value is 134 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d786bd hue: 0.89 , saturation: 0.50 and the lightness value of d786bd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000110 10111101
Octal 327 206 275
Decimal 215 134 189
Hex D7 86 BD

RGB Percentages of Color #d786bd

%39.96
%24.91
%35.13

CMYK Percentages of Color #d786bd

%0
%38
%12
%16

Triadic Colors of #d786bd

#d786bd #bdd786 #86bdd7

Analogous Colors of #d786bd

#d786bd #d78695 #c986d7

Monochromatic Colors of #d786bd

#d786bd

Complementary Color

#d786bd #86d7a0

#d786bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d786bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d786bd Color CSS Codes

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

#d786bd Text Font Color

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

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


#d786bd Background Color

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

This div background color is #d786bd


#d786bd Border Color

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

This div border color is #d786bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d786bd


Comments

No comments written yet.

Please login to write comment.