Color Hex Logo

#bb1cfa Color Hex

#BB1CFA
(187,28,250)
0 Favorites   0 Comments

Color spaces of #bb1cfa

RGB 18728250
HSL0.790.960.55
HSV283°89°98°
CMYK 0.250.890.00   0.02
XYZ38.164118.297491.9628
Yxy18.29740.25710.1233
Hunter Lab42.775584.4000-97.5245
CIE-Lab49.854985.0147-75.5089

#bb1cfa color RGB value is (187,28,250).

#bb1cfa hex color red value is 187, green value is 28 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bb1cfa hue: 0.79 , saturation: 0.96 and the lightness value of bb1cfa is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011100 11111010
Octal 273 34 372
Decimal 187 28 250
Hex BB 1C FA

RGB Percentages of Color #bb1cfa

%40.22
%6.02
%53.76

CMYK Percentages of Color #bb1cfa

%25
%89
%0
%2

Triadic Colors of #bb1cfa

#bb1cfa #fabb1c #1cfabb

Analogous Colors of #bb1cfa

#bb1cfa #fa1cca #4c1cfa

Monochromatic Colors of #bb1cfa

#bb1cfa

Complementary Color

#bb1cfa #5bfa1c

#bb1cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1cfa Color CSS Codes

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

#bb1cfa Text Font Color

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

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


#bb1cfa Background Color

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

This div background color is #bb1cfa


#bb1cfa Border Color

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

This div border color is #bb1cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1cfa


Comments

No comments written yet.

Please login to write comment.