Color Hex Logo

#bb37fd Color Hex

#BB37FD
(187,55,253)
0 Favorites   0 Comments

Color spaces of #bb37fd

RGB 18755253
HSL0.780.980.60
HSV280°78°99°
CMYK 0.260.780.00   0.01
XYZ39.589320.389094.7774
Yxy20.38900.25580.1317
Hunter Lab45.154277.4815-92.8402
CIE-Lab52.274279.1222-73.2470

#bb37fd color RGB value is (187,55,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110111 11111101
Octal 273 67 375
Decimal 187 55 253
Hex BB 37 FD

RGB Percentages of Color #bb37fd

%37.78
%11.11
%51.11

CMYK Percentages of Color #bb37fd

%26
%78
%0
%1

Triadic Colors of #bb37fd

#bb37fd #fdbb37 #37fdbb

Analogous Colors of #bb37fd

#bb37fd #fd37dc #5837fd

Monochromatic Colors of #bb37fd

#bb37fd

Complementary Color

#bb37fd #79fd37

#bb37fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb37fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb37fd Color CSS Codes

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

#bb37fd Text Font Color

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

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


#bb37fd Background Color

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

This div background color is #bb37fd


#bb37fd Border Color

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

This div border color is #bb37fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb37fd

Related Colors


Comments

No comments written yet.

Please login to write comment.