Color Hex Logo

#bb1fff Color Hex

#BB1FFF
(187,31,255)
0 Favorites   0 Comments

Color spaces of #bb1fff

RGB 18731255
HSL0.781.000.56
HSV282°88°100°
CMYK 0.270.880.00   0.00
XYZ39.033518.764896.1724
Yxy18.76480.25350.1219
Hunter Lab43.318485.0365-101.3087
CIE-Lab50.410985.3981-77.3919

#bb1fff color RGB value is (187,31,255).

#bb1fff hex color red value is 187, green value is 31 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bb1fff hue: 0.78 , saturation: 1.00 and the lightness value of bb1fff is 0.56.

The process color (four color CMYK) of #bb1fff color hex is 0.27, 0.88, 0.00, 0.00. Web safe color of #bb1fff is #cc33ff. Color #bb1fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011111 11111111
Octal 273 37 377
Decimal 187 31 255
Hex BB 1F FF

RGB Percentages of Color #bb1fff

%39.53
%6.55
%53.91

CMYK Percentages of Color #bb1fff

%27
%88
%0
%0

Triadic Colors of #bb1fff

#bb1fff #ffbb1f #1fffbb

Analogous Colors of #bb1fff

#bb1fff #ff1fd3 #4b1fff

Monochromatic Colors of #bb1fff

#bb1fff

Complementary Color

#bb1fff #63ff1f

#bb1fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1fff Color CSS Codes

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

#bb1fff Text Font Color

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

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


#bb1fff Background Color

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

This div background color is #bb1fff


#bb1fff Border Color

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

This div border color is #bb1fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1fff

Related Colors


Comments

No comments written yet.

Please login to write comment.