Color Hex Logo

#bb28cb Color Hex

#BB28CB
(187,40,203)
0 Favorites   0 Comments

Color spaces of #bb28cb

RGB 18740203
HSL0.820.670.48
HSV294°80°80°
CMYK 0.080.800.00   0.20
XYZ32.031816.394257.9760
Yxy16.39420.30100.1541
Hunter Lab40.489870.3559-56.5527
CIE-Lab47.487574.2977-52.6425

#bb28cb color RGB value is (187,40,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101000 11001011
Octal 273 50 313
Decimal 187 40 203
Hex BB 28 CB

RGB Percentages of Color #bb28cb

%43.49
%9.30
%47.21

CMYK Percentages of Color #bb28cb

%8
%80
%0
%20

Triadic Colors of #bb28cb

#bb28cb #cbbb28 #28cbbb

Analogous Colors of #bb28cb

#bb28cb #cb288a #6a28cb

Monochromatic Colors of #bb28cb

#bb28cb

Complementary Color

#bb28cb #38cb28

#bb28cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb28cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb28cb Color CSS Codes

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

#bb28cb Text Font Color

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

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


#bb28cb Background Color

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

This div background color is #bb28cb


#bb28cb Border Color

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

This div border color is #bb28cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb28cb


Comments

No comments written yet.

Please login to write comment.