Color Hex Logo

#bd6bcb Color Hex

#BD6BCB
(189,107,203)
0 Favorites   0 Comments

Color spaces of #bd6bcb

RGB 189107203
HSL0.810.480.61
HSV291°47°80°
CMYK 0.070.470.00   0.20
XYZ37.023525.646059.4987
Yxy25.64600.30310.2099
Hunter Lab50.641941.8753-34.2100
CIE-Lab57.699547.4896-36.4425

#bd6bcb color RGB value is (189,107,203).

#bd6bcb hex color red value is 189, green value is 107 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bd6bcb hue: 0.81 , saturation: 0.48 and the lightness value of bd6bcb is 0.61.

The process color (four color CMYK) of #bd6bcb color hex is 0.07, 0.47, 0.00, 0.20. Web safe color of #bd6bcb is #cc66cc. Color #bd6bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101011 11001011
Octal 275 153 313
Decimal 189 107 203
Hex BD 6B CB

RGB Percentages of Color #bd6bcb

%37.88
%21.44
%40.68

CMYK Percentages of Color #bd6bcb

%7
%47
%0
%20

Triadic Colors of #bd6bcb

#bd6bcb #cbbd6b #6bcbbd

Analogous Colors of #bd6bcb

#bd6bcb #cb6ba9 #8d6bcb

Monochromatic Colors of #bd6bcb

#bd6bcb

Complementary Color

#bd6bcb #79cb6b

#bd6bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6bcb Color CSS Codes

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

#bd6bcb Text Font Color

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

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


#bd6bcb Background Color

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

This div background color is #bd6bcb


#bd6bcb Border Color

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

This div border color is #bd6bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6bcb


Comments

No comments written yet.

Please login to write comment.