Color Hex Logo

#bb4ffa Color Hex

#BB4FFA
(187,79,250)
0 Favorites   0 Comments

Color spaces of #bb4ffa

RGB 18779250
HSL0.770.940.65
HSV278°68°98°
CMYK 0.250.680.00   0.02
XYZ40.544823.058992.7563
Yxy23.05890.25930.1475
Hunter Lab48.019766.6797-80.9126
CIE-Lab55.133069.7803-66.9509

#bb4ffa color RGB value is (187,79,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001111 11111010
Octal 273 117 372
Decimal 187 79 250
Hex BB 4F FA

RGB Percentages of Color #bb4ffa

%36.24
%15.31
%48.45

CMYK Percentages of Color #bb4ffa

%25
%68
%0
%2

Triadic Colors of #bb4ffa

#bb4ffa #fabb4f #4ffabb

Analogous Colors of #bb4ffa

#bb4ffa #fa4fe4 #664ffa

Monochromatic Colors of #bb4ffa

#bb4ffa

Complementary Color

#bb4ffa #8efa4f

#bb4ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb4ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb4ffa Color CSS Codes

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

#bb4ffa Text Font Color

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

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


#bb4ffa Background Color

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

This div background color is #bb4ffa


#bb4ffa Border Color

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

This div border color is #bb4ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb4ffa


Comments

No comments written yet.

Please login to write comment.