Color Hex Logo

#bb44fb Color Hex

#BB44FB
(187,68,251)
0 Favorites   0 Comments

Color spaces of #bb44fb

RGB 18768251
HSL0.780.960.63
HSV279°73°98°
CMYK 0.250.730.00   0.02
XYZ39.973221.664193.3415
Yxy21.66410.25790.1398
Hunter Lab46.544771.8449-86.3198
CIE-Lab53.668874.3142-69.8732

#bb44fb color RGB value is (187,68,251).

#bb44fb hex color red value is 187, green value is 68 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bb44fb hue: 0.78 , saturation: 0.96 and the lightness value of bb44fb is 0.63.

The process color (four color CMYK) of #bb44fb color hex is 0.25, 0.73, 0.00, 0.02. Web safe color of #bb44fb is #cc33ff. Color #bb44fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000100 11111011
Octal 273 104 373
Decimal 187 68 251
Hex BB 44 FB

RGB Percentages of Color #bb44fb

%36.96
%13.44
%49.60

CMYK Percentages of Color #bb44fb

%25
%73
%0
%2

Triadic Colors of #bb44fb

#bb44fb #fbbb44 #44fbbb

Analogous Colors of #bb44fb

#bb44fb #fb44e0 #6044fb

Monochromatic Colors of #bb44fb

#bb44fb

Complementary Color

#bb44fb #84fb44

#bb44fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb44fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb44fb Color CSS Codes

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

#bb44fb Text Font Color

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

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


#bb44fb Background Color

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

This div background color is #bb44fb


#bb44fb Border Color

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

This div border color is #bb44fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb44fb

Related Colors


Comments

No comments written yet.

Please login to write comment.