Color Hex Logo

#bd6bbb Color Hex

#BD6BBB
(189,107,187)
0 Favorites   0 Comments

Color spaces of #bd6bbb

RGB 189107187
HSL0.840.380.58
HSV301°43°74°
CMYK 0.000.430.01   0.26
XYZ35.213624.922149.9682
Yxy24.92210.31980.2264
Hunter Lab49.922038.5453-24.3994
CIE-Lab56.999444.4571-28.4064

#bd6bbb color RGB value is (189,107,187).

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

The process color (four color CMYK) of #bd6bbb color hex is 0.00, 0.43, 0.01, 0.26. Web safe color of #bd6bbb is #cc66cc. Color #bd6bbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101011 10111011
Octal 275 153 273
Decimal 189 107 187
Hex BD 6B BB

RGB Percentages of Color #bd6bbb

%39.13
%22.15
%38.72

CMYK Percentages of Color #bd6bbb

%0
%43
%1
%26

Triadic Colors of #bd6bbb

#bd6bbb #bbbd6b #6bbbbd

Analogous Colors of #bd6bbb

#bd6bbb #bd6b92 #966bbd

Monochromatic Colors of #bd6bbb

#bd6bbb

Complementary Color

#bd6bbb #6bbd6d

#bd6bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6bbb Color CSS Codes

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

#bd6bbb Text Font Color

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

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


#bd6bbb Background Color

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

This div background color is #bd6bbb


#bd6bbb Border Color

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

This div border color is #bd6bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6bbb


Comments

No comments written yet.

Please login to write comment.