Color Hex Logo

#bd8fbd Color Hex

#BD8FBD
(189,143,189)
0 Favorites   0 Comments

Color spaces of #bd8fbd

RGB 189143189
HSL0.830.260.65
HSV300°24°74°
CMYK 0.000.240.00   0.26
XYZ39.994034.137952.6255
Yxy34.13790.31550.2693
Hunter Lab58.427619.9357-12.5029
CIE-Lab65.071925.2279-17.1760

#bd8fbd color RGB value is (189,143,189).

#bd8fbd hex color red value is 189, green value is 143 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bd8fbd hue: 0.83 , saturation: 0.26 and the lightness value of bd8fbd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001111 10111101
Octal 275 217 275
Decimal 189 143 189
Hex BD 8F BD

RGB Percentages of Color #bd8fbd

%36.28
%27.45
%36.28

CMYK Percentages of Color #bd8fbd

%0
%24
%0
%26

Triadic Colors of #bd8fbd

#bd8fbd #bdbd8f #8fbdbd

Analogous Colors of #bd8fbd

#bd8fbd #bd8fa6 #a68fbd

Monochromatic Colors of #bd8fbd

#bd8fbd

Complementary Color

#bd8fbd #8fbd8f

#bd8fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8fbd Color CSS Codes

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

#bd8fbd Text Font Color

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

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


#bd8fbd Background Color

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

This div background color is #bd8fbd


#bd8fbd Border Color

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

This div border color is #bd8fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8fbd


Comments

No comments written yet.

Please login to write comment.