Color Hex Logo

#bb1eff Color Hex

#BB1EFF
(187,30,255)
0 Favorites   0 Comments

Color spaces of #bb1eff

RGB 18730255
HSL0.781.000.56
HSV282°88°100°
CMYK 0.270.880.00   0.00
XYZ39.007818.713396.1638
Yxy18.71330.25350.1216
Hunter Lab43.258985.2557-101.5195
CIE-Lab50.350185.5786-77.4910

#bb1eff color RGB value is (187,30,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011110 11111111
Octal 273 36 377
Decimal 187 30 255
Hex BB 1E FF

RGB Percentages of Color #bb1eff

%39.62
%6.36
%54.03

CMYK Percentages of Color #bb1eff

%27
%88
%0
%0

Triadic Colors of #bb1eff

#bb1eff #ffbb1e #1effbb

Analogous Colors of #bb1eff

#bb1eff #ff1ed3 #4b1eff

Monochromatic Colors of #bb1eff

#bb1eff

Complementary Color

#bb1eff #62ff1e

#bb1eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1eff Color CSS Codes

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

#bb1eff Text Font Color

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

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


#bb1eff Background Color

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

This div background color is #bb1eff


#bb1eff Border Color

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

This div border color is #bb1eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1eff

Related Colors


Comments

No comments written yet.

Please login to write comment.