Color Hex Logo

#bd86ae Color Hex

#BD86AE
(189,134,174)
0 Favorites   0 Comments

Color spaces of #bd86ae

RGB 189134174
HSL0.880.290.63
HSV316°29°74°
CMYK 0.000.290.08   0.26
XYZ37.151330.925044.0554
Yxy30.92500.33130.2758
Hunter Lab55.610321.9318-8.0434
CIE-Lab62.444327.4577-12.6767

#bd86ae color RGB value is (189,134,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000110 10101110
Octal 275 206 256
Decimal 189 134 174
Hex BD 86 AE

RGB Percentages of Color #bd86ae

%38.03
%26.96
%35.01

CMYK Percentages of Color #bd86ae

%0
%29
%8
%26

Triadic Colors of #bd86ae

#bd86ae #aebd86 #86aebd

Analogous Colors of #bd86ae

#bd86ae #bd8693 #b186bd

Monochromatic Colors of #bd86ae

#bd86ae

Complementary Color

#bd86ae #86bd95

#bd86ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd86ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd86ae Color CSS Codes

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

#bd86ae Text Font Color

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

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


#bd86ae Background Color

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

This div background color is #bd86ae


#bd86ae Border Color

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

This div border color is #bd86ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd86ae


Comments

No comments written yet.

Please login to write comment.