Color Hex Logo

#bb64fb Color Hex

#BB64FB
(187,100,251)
0 Favorites   0 Comments

Color spaces of #bb64fb

RGB 187100251
HSL0.760.950.69
HSV275°60°98°
CMYK 0.250.600.00   0.02
XYZ42.463326.644294.1716
Yxy26.64420.26010.1632
Hunter Lab51.618056.5106-72.0357
CIE-Lab58.643560.4938-61.8576

#bb64fb color RGB value is (187,100,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100100 11111011
Octal 273 144 373
Decimal 187 100 251
Hex BB 64 FB

RGB Percentages of Color #bb64fb

%34.76
%18.59
%46.65

CMYK Percentages of Color #bb64fb

%25
%60
%0
%2

Triadic Colors of #bb64fb

#bb64fb #fbbb64 #64fbbb

Analogous Colors of #bb64fb

#bb64fb #fb64f0 #7064fb

Monochromatic Colors of #bb64fb

#bb64fb

Complementary Color

#bb64fb #a4fb64

#bb64fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb64fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb64fb Color CSS Codes

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

#bb64fb Text Font Color

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

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


#bb64fb Background Color

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

This div background color is #bb64fb


#bb64fb Border Color

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

This div border color is #bb64fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb64fb

Related Colors


Comments

No comments written yet.

Please login to write comment.