Color Hex Logo

#bb73cb Color Hex

#BB73CB
(187,115,203)
0 Favorites   0 Comments

Color spaces of #bb73cb

RGB 187115203
HSL0.800.460.62
HSV289°43°80°
CMYK 0.080.430.00   0.20
XYZ37.403727.138159.7667
Yxy27.13810.30090.2183
Hunter Lab52.094236.9982-31.5563
CIE-Lab59.101942.6903-34.2696

#bb73cb color RGB value is (187,115,203).

#bb73cb hex color red value is 187, green value is 115 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bb73cb hue: 0.80 , saturation: 0.46 and the lightness value of bb73cb is 0.62.

The process color (four color CMYK) of #bb73cb color hex is 0.08, 0.43, 0.00, 0.20. Web safe color of #bb73cb is #cc66cc. Color #bb73cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110011 11001011
Octal 273 163 313
Decimal 187 115 203
Hex BB 73 CB

RGB Percentages of Color #bb73cb

%37.03
%22.77
%40.20

CMYK Percentages of Color #bb73cb

%8
%43
%0
%20

Triadic Colors of #bb73cb

#bb73cb #cbbb73 #73cbbb

Analogous Colors of #bb73cb

#bb73cb #cb73af #8f73cb

Monochromatic Colors of #bb73cb

#bb73cb

Complementary Color

#bb73cb #83cb73

#bb73cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb73cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb73cb Color CSS Codes

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

#bb73cb Text Font Color

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

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


#bb73cb Background Color

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

This div background color is #bb73cb


#bb73cb Border Color

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

This div border color is #bb73cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb73cb


Comments

No comments written yet.

Please login to write comment.