Color Hex Logo

#bb54cb Color Hex

#BB54CB
(187,84,203)
0 Favorites   0 Comments

Color spaces of #bb54cb

RGB 18784203
HSL0.810.530.56
HSV292°59°80°
CMYK 0.080.590.00   0.20
XYZ34.443321.217258.7799
Yxy21.21720.30100.1854
Hunter Lab46.062152.8660-43.4165
CIE-Lab53.186458.2548-43.5626

#bb54cb color RGB value is (187,84,203).

#bb54cb hex color red value is 187, green value is 84 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bb54cb hue: 0.81 , saturation: 0.53 and the lightness value of bb54cb is 0.56.

The process color (four color CMYK) of #bb54cb color hex is 0.08, 0.59, 0.00, 0.20. Web safe color of #bb54cb is #cc66cc. Color #bb54cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010100 11001011
Octal 273 124 313
Decimal 187 84 203
Hex BB 54 CB

RGB Percentages of Color #bb54cb

%39.45
%17.72
%42.83

CMYK Percentages of Color #bb54cb

%8
%59
%0
%20

Triadic Colors of #bb54cb

#bb54cb #cbbb54 #54cbbb

Analogous Colors of #bb54cb

#bb54cb #cb54a0 #8054cb

Monochromatic Colors of #bb54cb

#bb54cb

Complementary Color

#bb54cb #64cb54

#bb54cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb54cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb54cb Color CSS Codes

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

#bb54cb Text Font Color

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

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


#bb54cb Background Color

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

This div background color is #bb54cb


#bb54cb Border Color

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

This div border color is #bb54cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb54cb


Comments

No comments written yet.

Please login to write comment.