Color Hex Logo

#bd8aae Color Hex

#BD8AAE
(189,138,174)
0 Favorites   0 Comments

Color spaces of #bd8aae

RGB 189138174
HSL0.880.280.64
HSV318°27°74°
CMYK 0.000.270.08   0.26
XYZ37.714732.051844.2432
Yxy32.05180.33080.2811
Hunter Lab56.614319.8361-6.7042
CIE-Lab63.385725.2386-11.2635

#bd8aae color RGB value is (189,138,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001010 10101110
Octal 275 212 256
Decimal 189 138 174
Hex BD 8A AE

RGB Percentages of Color #bd8aae

%37.72
%27.54
%34.73

CMYK Percentages of Color #bd8aae

%0
%27
%8
%26

Triadic Colors of #bd8aae

#bd8aae #aebd8a #8aaebd

Analogous Colors of #bd8aae

#bd8aae #bd8a95 #b38abd

Monochromatic Colors of #bd8aae

#bd8aae

Complementary Color

#bd8aae #8abd99

#bd8aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8aae Color CSS Codes

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

#bd8aae Text Font Color

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

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


#bd8aae Background Color

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

This div background color is #bd8aae


#bd8aae Border Color

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

This div border color is #bd8aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8aae


Comments

No comments written yet.

Please login to write comment.