Color Hex Logo

#bb48cb Color Hex

#BB48CB
(187,72,203)
0 Favorites   0 Comments

Color spaces of #bb48cb

RGB 18772203
HSL0.810.560.54
HSV293°65°80°
CMYK 0.080.650.00   0.20
XYZ33.590419.511358.4956
Yxy19.51130.30100.1748
Hunter Lab44.171658.4405-47.5965
CIE-Lab51.280163.5045-46.5863

#bb48cb color RGB value is (187,72,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001000 11001011
Octal 273 110 313
Decimal 187 72 203
Hex BB 48 CB

RGB Percentages of Color #bb48cb

%40.48
%15.58
%43.94

CMYK Percentages of Color #bb48cb

%8
%65
%0
%20

Triadic Colors of #bb48cb

#bb48cb #cbbb48 #48cbbb

Analogous Colors of #bb48cb

#bb48cb #cb489a #7a48cb

Monochromatic Colors of #bb48cb

#bb48cb

Complementary Color

#bb48cb #58cb48

#bb48cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb48cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb48cb Color CSS Codes

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

#bb48cb Text Font Color

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

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


#bb48cb Background Color

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

This div background color is #bb48cb


#bb48cb Border Color

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

This div border color is #bb48cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb48cb


Comments

No comments written yet.

Please login to write comment.