Color Hex Logo

#bd8cac Color Hex

#BD8CAC
(189,140,172)
0 Favorites   0 Comments

Color spaces of #bd8cac

RGB 189140172
HSL0.890.270.65
HSV321°26°74°
CMYK 0.000.260.09   0.26
XYZ37.810732.553543.3203
Yxy32.55350.33260.2863
Hunter Lab57.055718.4442-5.0778
CIE-Lab63.797723.7740-9.5158

#bd8cac color RGB value is (189,140,172).

#bd8cac hex color red value is 189, green value is 140 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bd8cac hue: 0.89 , saturation: 0.27 and the lightness value of bd8cac is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001100 10101100
Octal 275 214 254
Decimal 189 140 172
Hex BD 8C AC

RGB Percentages of Color #bd8cac

%37.72
%27.94
%34.33

CMYK Percentages of Color #bd8cac

%0
%26
%9
%26

Triadic Colors of #bd8cac

#bd8cac #acbd8c #8cacbd

Analogous Colors of #bd8cac

#bd8cac #bd8c94 #b68cbd

Monochromatic Colors of #bd8cac

#bd8cac

Complementary Color

#bd8cac #8cbd9d

#bd8cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8cac Color CSS Codes

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

#bd8cac Text Font Color

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

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


#bd8cac Background Color

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

This div background color is #bd8cac


#bd8cac Border Color

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

This div border color is #bd8cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8cac


Comments

No comments written yet.

Please login to write comment.