Color Hex Logo

#bd86ab Color Hex

#BD86AB
(189,134,171)
0 Favorites   0 Comments

Color spaces of #bd86ab

RGB 189134171
HSL0.890.290.63
HSV320°29°74°
CMYK 0.000.290.10   0.26
XYZ36.862030.809342.5320
Yxy30.80930.33450.2796
Hunter Lab55.506121.4074-6.5771
CIE-Lab62.346326.9285-11.1205

#bd86ab color RGB value is (189,134,171).

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

The process color (four color CMYK) of #bd86ab color hex is 0.00, 0.29, 0.10, 0.26. Web safe color of #bd86ab is #cc9999. Color #bd86ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000110 10101011
Octal 275 206 253
Decimal 189 134 171
Hex BD 86 AB

RGB Percentages of Color #bd86ab

%38.26
%27.13
%34.62

CMYK Percentages of Color #bd86ab

%0
%29
%10
%26

Triadic Colors of #bd86ab

#bd86ab #abbd86 #86abbd

Analogous Colors of #bd86ab

#bd86ab #bd8690 #b486bd

Monochromatic Colors of #bd86ab

#bd86ab

Complementary Color

#bd86ab #86bd98

#bd86ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd86ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd86ab Color CSS Codes

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

#bd86ab Text Font Color

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

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


#bd86ab Background Color

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

This div background color is #bd86ab


#bd86ab Border Color

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

This div border color is #bd86ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,134,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bd86ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd86ab


Comments

No comments written yet.

Please login to write comment.