Color Hex Logo

#bb24bd Color Hex

#BB24BD
(187,36,189)
0 Favorites   0 Comments

Color spaces of #bb24bd

RGB 18736189
HSL0.830.680.44
HSV299°81°74°
CMYK 0.010.810.00   0.26
XYZ30.309715.500749.5385
Yxy15.50070.31790.1626
Hunter Lab39.370968.5191-47.0420
CIE-Lab46.312573.0116-46.3887

#bb24bd color RGB value is (187,36,189).

#bb24bd hex color red value is 187, green value is 36 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bb24bd hue: 0.83 , saturation: 0.68 and the lightness value of bb24bd is 0.44.

The process color (four color CMYK) of #bb24bd color hex is 0.01, 0.81, 0.00, 0.26. Web safe color of #bb24bd is #cc33cc. Color #bb24bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100100 10111101
Octal 273 44 275
Decimal 187 36 189
Hex BB 24 BD

RGB Percentages of Color #bb24bd

%45.39
%8.74
%45.87

CMYK Percentages of Color #bb24bd

%1
%81
%0
%26

Triadic Colors of #bb24bd

#bb24bd #bdbb24 #24bdbb

Analogous Colors of #bb24bd

#bb24bd #bd2473 #6f24bd

Monochromatic Colors of #bb24bd

#bb24bd

Complementary Color

#bb24bd #26bd24

#bb24bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb24bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb24bd Color CSS Codes

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

#bb24bd Text Font Color

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

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


#bb24bd Background Color

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

This div background color is #bb24bd


#bb24bd Border Color

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

This div border color is #bb24bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb24bd


Comments

No comments written yet.

Please login to write comment.