Color Hex Logo

#bb63fe Color Hex

#BB63FE
(187,99,254)
0 Favorites   0 Comments

Color spaces of #bb63fe

RGB 18799254
HSL0.760.990.69
HSV274°61°100°
CMYK 0.260.610.00   0.00
XYZ42.844726.644296.6506
Yxy26.64420.25790.1604
Hunter Lab51.618057.8295-74.8832
CIE-Lab58.643561.6348-63.5152

#bb63fe color RGB value is (187,99,254).

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

The process color (four color CMYK) of #bb63fe color hex is 0.26, 0.61, 0.00, 0.00. Web safe color of #bb63fe is #cc66ff. Color #bb63fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100011 11111110
Octal 273 143 376
Decimal 187 99 254
Hex BB 63 FE

RGB Percentages of Color #bb63fe

%34.63
%18.33
%47.04

CMYK Percentages of Color #bb63fe

%26
%61
%0
%0

Triadic Colors of #bb63fe

#bb63fe #febb63 #63febb

Analogous Colors of #bb63fe

#bb63fe #fe63f4 #6e63fe

Monochromatic Colors of #bb63fe

#bb63fe

Complementary Color

#bb63fe #a6fe63

#bb63fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb63fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb63fe Color CSS Codes

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

#bb63fe Text Font Color

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

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


#bb63fe Background Color

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

This div background color is #bb63fe


#bb63fe Border Color

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

This div border color is #bb63fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb63fe

Related Colors


Comments

No comments written yet.

Please login to write comment.