Color Hex Logo

#bb1dff Color Hex

#BB1DFF
(187,29,255)
0 Favorites   0 Comments

Color spaces of #bb1dff

RGB 18729255
HSL0.781.000.56
HSV282°89°100°
CMYK 0.270.890.00   0.00
XYZ38.982918.663596.1555
Yxy18.66350.25350.1213
Hunter Lab43.201385.4682-101.7242
CIE-Lab50.291285.7534-77.5871

#bb1dff color RGB value is (187,29,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011101 11111111
Octal 273 35 377
Decimal 187 29 255
Hex BB 1D FF

RGB Percentages of Color #bb1dff

%39.70
%6.16
%54.14

CMYK Percentages of Color #bb1dff

%27
%89
%0
%0

Triadic Colors of #bb1dff

#bb1dff #ffbb1d #1dffbb

Analogous Colors of #bb1dff

#bb1dff #ff1dd2 #4a1dff

Monochromatic Colors of #bb1dff

#bb1dff

Complementary Color

#bb1dff #61ff1d

#bb1dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1dff Color CSS Codes

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

#bb1dff Text Font Color

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

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


#bb1dff Background Color

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

This div background color is #bb1dff


#bb1dff Border Color

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

This div border color is #bb1dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1dff


Comments

No comments written yet.

Please login to write comment.