Color Hex Logo

#bd8dae Color Hex

#BD8DAE
(189,141,174)
0 Favorites   0 Comments

Color spaces of #bd8dae

RGB 189141174
HSL0.890.270.65
HSV319°25°74°
CMYK 0.000.250.08   0.26
XYZ38.151132.924644.3887
Yxy32.92460.33040.2851
Hunter Lab57.380018.2671-5.7003
CIE-Lab64.099823.5722-10.1945

#bd8dae color RGB value is (189,141,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001101 10101110
Octal 275 215 256
Decimal 189 141 174
Hex BD 8D AE

RGB Percentages of Color #bd8dae

%37.50
%27.98
%34.52

CMYK Percentages of Color #bd8dae

%0
%25
%8
%26

Triadic Colors of #bd8dae

#bd8dae #aebd8d #8daebd

Analogous Colors of #bd8dae

#bd8dae #bd8d96 #b48dbd

Monochromatic Colors of #bd8dae

#bd8dae

Complementary Color

#bd8dae #8dbd9c

#bd8dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8dae Color CSS Codes

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

#bd8dae Text Font Color

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

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


#bd8dae Background Color

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

This div background color is #bd8dae


#bd8dae Border Color

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

This div border color is #bd8dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8dae


Comments

No comments written yet.

Please login to write comment.