Color Hex Logo

#bd8abb Color Hex

#BD8ABB
(189,138,187)
0 Favorites   0 Comments

Color spaces of #bd8abb

RGB 189138187
HSL0.840.280.64
HSV302°27°74°
CMYK 0.000.270.01   0.26
XYZ39.044432.583651.2451
Yxy32.58360.31780.2652
Hunter Lab57.082022.2013-13.2698
CIE-Lab63.822327.6248-17.9459

#bd8abb color RGB value is (189,138,187).

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

The process color (four color CMYK) of #bd8abb color hex is 0.00, 0.27, 0.01, 0.26. Web safe color of #bd8abb is #cc99cc. Color #bd8abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001010 10111011
Octal 275 212 273
Decimal 189 138 187
Hex BD 8A BB

RGB Percentages of Color #bd8abb

%36.77
%26.85
%36.38

CMYK Percentages of Color #bd8abb

%0
%27
%1
%26

Triadic Colors of #bd8abb

#bd8abb #bbbd8a #8abbbd

Analogous Colors of #bd8abb

#bd8abb #bd8aa2 #a68abd

Monochromatic Colors of #bd8abb

#bd8abb

Complementary Color

#bd8abb #8abd8c

#bd8abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8abb Color CSS Codes

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

#bd8abb Text Font Color

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

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


#bd8abb Background Color

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

This div background color is #bd8abb


#bd8abb Border Color

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

This div border color is #bd8abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8abb


Comments

No comments written yet.

Please login to write comment.