Color Hex Logo

#bd8acb Color Hex

#BD8ACB
(189,138,203)
0 Favorites   0 Comments

Color spaces of #bd8acb

RGB 189138203
HSL0.800.380.67
HSV287°32°80°
CMYK 0.070.320.00   0.20
XYZ40.854233.307660.7757
Yxy33.30760.30280.2468
Hunter Lab57.712725.3609-22.0378
CIE-Lab64.409230.7514-26.0355

#bd8acb color RGB value is (189,138,203).

#bd8acb hex color red value is 189, green value is 138 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bd8acb hue: 0.80 , saturation: 0.38 and the lightness value of bd8acb is 0.67.

The process color (four color CMYK) of #bd8acb color hex is 0.07, 0.32, 0.00, 0.20. Web safe color of #bd8acb is #cc99cc. Color #bd8acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001010 11001011
Octal 275 212 313
Decimal 189 138 203
Hex BD 8A CB

RGB Percentages of Color #bd8acb

%35.66
%26.04
%38.30

CMYK Percentages of Color #bd8acb

%7
%32
%0
%20

Triadic Colors of #bd8acb

#bd8acb #cbbd8a #8acbbd

Analogous Colors of #bd8acb

#bd8acb #cb8ab9 #9d8acb

Monochromatic Colors of #bd8acb

#bd8acb

Complementary Color

#bd8acb #98cb8a

#bd8acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8acb Color CSS Codes

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

#bd8acb Text Font Color

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

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


#bd8acb Background Color

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

This div background color is #bd8acb


#bd8acb Border Color

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

This div border color is #bd8acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8acb


Comments

No comments written yet.

Please login to write comment.