Color Hex Logo

#bb51bd Color Hex

#BB51BD
(187,81,189)
0 Favorites   0 Comments

Color spaces of #bb51bd

RGB 18781189
HSL0.830.450.53
HSV299°57°74°
CMYK 0.010.570.00   0.26
XYZ32.621320.123850.3091
Yxy20.12380.31650.1953
Hunter Lab44.859651.2987-35.0909
CIE-Lab51.976957.0683-37.4160

#bb51bd color RGB value is (187,81,189).

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

The process color (four color CMYK) of #bb51bd color hex is 0.01, 0.57, 0.00, 0.26. Web safe color of #bb51bd is #cc66cc. Color #bb51bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010001 10111101
Octal 273 121 275
Decimal 187 81 189
Hex BB 51 BD

RGB Percentages of Color #bb51bd

%40.92
%17.72
%41.36

CMYK Percentages of Color #bb51bd

%1
%57
%0
%26

Triadic Colors of #bb51bd

#bb51bd #bdbb51 #51bdbb

Analogous Colors of #bb51bd

#bb51bd #bd5189 #8551bd

Monochromatic Colors of #bb51bd

#bb51bd

Complementary Color

#bb51bd #53bd51

#bb51bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb51bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb51bd Color CSS Codes

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

#bb51bd Text Font Color

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

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


#bb51bd Background Color

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

This div background color is #bb51bd


#bb51bd Border Color

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

This div border color is #bb51bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb51bd


Comments

No comments written yet.

Please login to write comment.