Color Hex Logo

#bb38fa Color Hex

#BB38FA
(187,56,250)
0 Favorites   0 Comments

Color spaces of #bb38fa

RGB 18756250
HSL0.780.950.60
HSV281°78°98°
CMYK 0.250.780.00   0.02
XYZ39.163020.295392.2957
Yxy20.29530.25810.1337
Hunter Lab45.050376.3351-89.9337
CIE-Lab52.169578.2286-71.7461

#bb38fa color RGB value is (187,56,250).

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

The process color (four color CMYK) of #bb38fa color hex is 0.25, 0.78, 0.00, 0.02. Web safe color of #bb38fa is #cc33ff. Color #bb38fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111000 11111010
Octal 273 70 372
Decimal 187 56 250
Hex BB 38 FA

RGB Percentages of Color #bb38fa

%37.93
%11.36
%50.71

CMYK Percentages of Color #bb38fa

%25
%78
%0
%2

Triadic Colors of #bb38fa

#bb38fa #fabb38 #38fabb

Analogous Colors of #bb38fa

#bb38fa #fa38d8 #5a38fa

Monochromatic Colors of #bb38fa

#bb38fa

Complementary Color

#bb38fa #77fa38

#bb38fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb38fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb38fa Color CSS Codes

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

#bb38fa Text Font Color

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

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


#bb38fa Background Color

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

This div background color is #bb38fa


#bb38fa Border Color

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

This div border color is #bb38fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb38fa


Comments

No comments written yet.

Please login to write comment.