Color Hex Logo

#bb1ffd Color Hex

#BB1FFD
(187,31,253)
0 Favorites   0 Comments

Color spaces of #bb1ffd

RGB 18731253
HSL0.780.980.56
HSV282°88°99°
CMYK 0.260.880.00   0.01
XYZ38.713118.636694.4853
Yxy18.63660.25500.1227
Hunter Lab43.170184.5233-99.5473
CIE-Lab50.259385.0318-76.5245

#bb1ffd color RGB value is (187,31,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011111 11111101
Octal 273 37 375
Decimal 187 31 253
Hex BB 1F FD

RGB Percentages of Color #bb1ffd

%39.70
%6.58
%53.72

CMYK Percentages of Color #bb1ffd

%26
%88
%0
%1

Triadic Colors of #bb1ffd

#bb1ffd #fdbb1f #1ffdbb

Analogous Colors of #bb1ffd

#bb1ffd #fd1fd0 #4c1ffd

Monochromatic Colors of #bb1ffd

#bb1ffd

Complementary Color

#bb1ffd #61fd1f

#bb1ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1ffd Color CSS Codes

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

#bb1ffd Text Font Color

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

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


#bb1ffd Background Color

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

This div background color is #bb1ffd


#bb1ffd Border Color

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

This div border color is #bb1ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.