Color Hex Logo

#bb1bfd Color Hex

#BB1BFD
(187,27,253)
0 Favorites   0 Comments

Color spaces of #bb1bfd

RGB 18727253
HSL0.780.980.55
HSV282°89°99°
CMYK 0.260.890.00   0.01
XYZ38.615118.440594.4526
Yxy18.44050.25490.1217
Hunter Lab42.942485.3634-100.3498
CIE-Lab50.026185.7240-76.9046

#bb1bfd color RGB value is (187,27,253).

#bb1bfd hex color red value is 187, green value is 27 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bb1bfd hue: 0.78 , saturation: 0.98 and the lightness value of bb1bfd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011011 11111101
Octal 273 33 375
Decimal 187 27 253
Hex BB 1B FD

RGB Percentages of Color #bb1bfd

%40.04
%5.78
%54.18

CMYK Percentages of Color #bb1bfd

%26
%89
%0
%1

Triadic Colors of #bb1bfd

#bb1bfd #fdbb1b #1bfdbb

Analogous Colors of #bb1bfd

#bb1bfd #fd1bce #4a1bfd

Monochromatic Colors of #bb1bfd

#bb1bfd

Complementary Color

#bb1bfd #5dfd1b

#bb1bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1bfd Color CSS Codes

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

#bb1bfd Text Font Color

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

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


#bb1bfd Background Color

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

This div background color is #bb1bfd


#bb1bfd Border Color

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

This div border color is #bb1bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.