Color Hex Logo

#bb24cb Color Hex

#BB24CB
(187,36,203)
0 Favorites   0 Comments

Color spaces of #bb24cb

RGB 18736203
HSL0.820.700.47
HSV294°82°80°
CMYK 0.080.820.00   0.20
XYZ31.903916.138357.9334
Yxy16.13830.30100.1523
Hunter Lab40.172571.4579-57.3823
CIE-Lab47.155475.2653-53.1753

#bb24cb color RGB value is (187,36,203).

#bb24cb hex color red value is 187, green value is 36 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bb24cb hue: 0.82 , saturation: 0.70 and the lightness value of bb24cb is 0.47.

The process color (four color CMYK) of #bb24cb color hex is 0.08, 0.82, 0.00, 0.20. Web safe color of #bb24cb is #cc33cc. Color #bb24cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100100 11001011
Octal 273 44 313
Decimal 187 36 203
Hex BB 24 CB

RGB Percentages of Color #bb24cb

%43.90
%8.45
%47.65

CMYK Percentages of Color #bb24cb

%8
%82
%0
%20

Triadic Colors of #bb24cb

#bb24cb #cbbb24 #24cbbb

Analogous Colors of #bb24cb

#bb24cb #cb2488 #6824cb

Monochromatic Colors of #bb24cb

#bb24cb

Complementary Color

#bb24cb #34cb24

#bb24cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb24cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb24cb Color CSS Codes

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

#bb24cb Text Font Color

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

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


#bb24cb Background Color

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

This div background color is #bb24cb


#bb24cb Border Color

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

This div border color is #bb24cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb24cb


Comments

No comments written yet.

Please login to write comment.