Color Hex Logo

#bb24fa Color Hex

#BB24FA
(187,36,250)
0 Favorites   0 Comments

Color spaces of #bb24fa

RGB 18736250
HSL0.780.960.56
HSV282°86°98°
CMYK 0.250.860.00   0.02
XYZ38.379718.728792.0346
Yxy18.72870.25730.1256
Hunter Lab43.276782.5677-95.7958
CIE-Lab50.368383.4950-74.6729

#bb24fa color RGB value is (187,36,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100100 11111010
Octal 273 44 372
Decimal 187 36 250
Hex BB 24 FA

RGB Percentages of Color #bb24fa

%39.53
%7.61
%52.85

CMYK Percentages of Color #bb24fa

%25
%86
%0
%2

Triadic Colors of #bb24fa

#bb24fa #fabb24 #24fabb

Analogous Colors of #bb24fa

#bb24fa #fa24ce #5024fa

Monochromatic Colors of #bb24fa

#bb24fa

Complementary Color

#bb24fa #63fa24

#bb24fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb24fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb24fa Color CSS Codes

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

#bb24fa Text Font Color

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

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


#bb24fa Background Color

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

This div background color is #bb24fa


#bb24fa Border Color

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

This div border color is #bb24fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb24fa


Comments

No comments written yet.

Please login to write comment.