Color Hex Logo

#bb63fa Color Hex

#BB63FA
(187,99,250)
0 Favorites   0 Comments

Color spaces of #bb63fa

RGB 18799250
HSL0.760.940.68
HSV275°60°98°
CMYK 0.250.600.00   0.02
XYZ42.210726.390693.3116
Yxy26.39060.26070.1630
Hunter Lab51.371856.7676-71.7340
CIE-Lab58.406060.7584-61.6854

#bb63fa color RGB value is (187,99,250).

#bb63fa hex color red value is 187, green value is 99 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bb63fa hue: 0.76 , saturation: 0.94 and the lightness value of bb63fa is 0.68.

The process color (four color CMYK) of #bb63fa color hex is 0.25, 0.60, 0.00, 0.02. Web safe color of #bb63fa is #cc66ff. Color #bb63fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100011 11111010
Octal 273 143 372
Decimal 187 99 250
Hex BB 63 FA

RGB Percentages of Color #bb63fa

%34.89
%18.47
%46.64

CMYK Percentages of Color #bb63fa

%25
%60
%0
%2

Triadic Colors of #bb63fa

#bb63fa #fabb63 #63fabb

Analogous Colors of #bb63fa

#bb63fa #fa63ee #7063fa

Monochromatic Colors of #bb63fa

#bb63fa

Complementary Color

#bb63fa #a2fa63

#bb63fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb63fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb63fa Color CSS Codes

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

#bb63fa Text Font Color

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

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


#bb63fa Background Color

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

This div background color is #bb63fa


#bb63fa Border Color

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

This div border color is #bb63fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb63fa


Comments

No comments written yet.

Please login to write comment.