Color Hex Logo

#d386bd Color Hex

#D386BD
(211,134,189)
0 Favorites   0 Comments

Color spaces of #d386bd

RGB 211134189
HSL0.880.470.68
HSV317°36°83°
CMYK 0.000.360.10   0.17
XYZ44.574434.573252.4681
Yxy34.57320.33870.2627
Hunter Lab58.799032.4193-11.7470
CIE-Lab65.415037.5386-16.4277

#d386bd color RGB value is (211,134,189).

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

The process color (four color CMYK) of #d386bd color hex is 0.00, 0.36, 0.10, 0.17. Web safe color of #d386bd is #cc99cc. Color #d386bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000110 10111101
Octal 323 206 275
Decimal 211 134 189
Hex D3 86 BD

RGB Percentages of Color #d386bd

%39.51
%25.09
%35.39

CMYK Percentages of Color #d386bd

%0
%36
%10
%17

Triadic Colors of #d386bd

#d386bd #bdd386 #86bdd3

Analogous Colors of #d386bd

#d386bd #d38697 #c386d3

Monochromatic Colors of #d386bd

#d386bd

Complementary Color

#d386bd #86d39c

#d386bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d386bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d386bd Color CSS Codes

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

#d386bd Text Font Color

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

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


#d386bd Background Color

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

This div background color is #d386bd


#d386bd Border Color

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

This div border color is #d386bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d386bd


Comments

No comments written yet.

Please login to write comment.