Color Hex Logo

#bb24fe Color Hex

#BB24FE
(187,36,254)
0 Favorites   0 Comments

Color spaces of #bb24fe

RGB 18736254
HSL0.780.990.57
HSV282°86°100°
CMYK 0.260.860.00   0.00
XYZ39.013818.982395.3736
Yxy18.98230.25440.1238
Hunter Lab43.568783.5936-99.2901
CIE-Lab50.666584.2338-76.4184

#bb24fe color RGB value is (187,36,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100100 11111110
Octal 273 44 376
Decimal 187 36 254
Hex BB 24 FE

RGB Percentages of Color #bb24fe

%39.20
%7.55
%53.25

CMYK Percentages of Color #bb24fe

%26
%86
%0
%0

Triadic Colors of #bb24fe

#bb24fe #febb24 #24febb

Analogous Colors of #bb24fe

#bb24fe #fe24d4 #4e24fe

Monochromatic Colors of #bb24fe

#bb24fe

Complementary Color

#bb24fe #67fe24

#bb24fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb24fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb24fe Color CSS Codes

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

#bb24fe Text Font Color

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

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


#bb24fe Background Color

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

This div background color is #bb24fe


#bb24fe Border Color

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

This div border color is #bb24fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb24fe


Comments

No comments written yet.

Please login to write comment.