Color Hex Logo

#bb48fa Color Hex

#BB48FA
(187,72,250)
0 Favorites   0 Comments

Color spaces of #bb48fa

RGB 18772250
HSL0.770.950.63
HSV279°71°98°
CMYK 0.250.710.00   0.02
XYZ40.066222.101792.5968
Yxy22.10170.25890.1428
Hunter Lab47.012469.8543-83.8702
CIE-Lab54.134772.5961-68.5632

#bb48fa color RGB value is (187,72,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001000 11111010
Octal 273 110 372
Decimal 187 72 250
Hex BB 48 FA

RGB Percentages of Color #bb48fa

%36.74
%14.15
%49.12

CMYK Percentages of Color #bb48fa

%25
%71
%0
%2

Triadic Colors of #bb48fa

#bb48fa #fabb48 #48fabb

Analogous Colors of #bb48fa

#bb48fa #fa48e0 #6248fa

Monochromatic Colors of #bb48fa

#bb48fa

Complementary Color

#bb48fa #87fa48

#bb48fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb48fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb48fa Color CSS Codes

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

#bb48fa Text Font Color

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

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


#bb48fa Background Color

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

This div background color is #bb48fa


#bb48fa Border Color

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

This div border color is #bb48fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb48fa


Comments

No comments written yet.

Please login to write comment.