Color Hex Logo

#bd8bad Color Hex

#BD8BAD
(189,139,173)
0 Favorites   0 Comments

Color spaces of #bd8bad

RGB 189139173
HSL0.890.270.64
HSV319°26°74°
CMYK 0.000.260.08   0.26
XYZ37.761732.301243.7797
Yxy32.30120.33170.2837
Hunter Lab56.834119.1391-5.8876
CIE-Lab63.591024.5060-10.3903

#bd8bad color RGB value is (189,139,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001011 10101101
Octal 275 213 255
Decimal 189 139 173
Hex BD 8B AD

RGB Percentages of Color #bd8bad

%37.72
%27.74
%34.53

CMYK Percentages of Color #bd8bad

%0
%26
%8
%26

Triadic Colors of #bd8bad

#bd8bad #adbd8b #8badbd

Analogous Colors of #bd8bad

#bd8bad #bd8b94 #b48bbd

Monochromatic Colors of #bd8bad

#bd8bad

Complementary Color

#bd8bad #8bbd9b

#bd8bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8bad Color CSS Codes

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

#bd8bad Text Font Color

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

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


#bd8bad Background Color

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

This div background color is #bd8bad


#bd8bad Border Color

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

This div border color is #bd8bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8bad


Comments

No comments written yet.

Please login to write comment.