Color Hex Logo

#bd8eac Color Hex

#BD8EAC
(189,142,172)
0 Favorites   0 Comments

Color spaces of #bd8eac

RGB 189142172
HSL0.890.260.65
HSV322°25°74°
CMYK 0.000.250.09   0.26
XYZ38.105733.143443.4187
Yxy33.14340.33230.2890
Hunter Lab57.570317.4009-4.4165
CIE-Lab64.276922.6627-8.8010

#bd8eac color RGB value is (189,142,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001110 10101100
Octal 275 216 254
Decimal 189 142 172
Hex BD 8E AC

RGB Percentages of Color #bd8eac

%37.57
%28.23
%34.19

CMYK Percentages of Color #bd8eac

%0
%25
%9
%26

Triadic Colors of #bd8eac

#bd8eac #acbd8e #8eacbd

Analogous Colors of #bd8eac

#bd8eac #bd8e95 #b78ebd

Monochromatic Colors of #bd8eac

#bd8eac

Complementary Color

#bd8eac #8ebd9f

#bd8eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8eac Color CSS Codes

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

#bd8eac Text Font Color

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

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


#bd8eac Background Color

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

This div background color is #bd8eac


#bd8eac Border Color

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

This div border color is #bd8eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8eac


Comments

No comments written yet.

Please login to write comment.