Color Hex Logo

#bb45bd Color Hex

#BB45BD
(187,69,189)
0 Favorites   0 Comments

Color spaces of #bb45bd

RGB 18769189
HSL0.830.480.51
HSV299°63°74°
CMYK 0.010.630.00   0.26
XYZ31.806918.495250.0376
Yxy18.49520.31700.1843
Hunter Lab43.006056.7565-38.8798
CIE-Lab50.091362.2581-40.3884

#bb45bd color RGB value is (187,69,189).

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

The process color (four color CMYK) of #bb45bd color hex is 0.01, 0.63, 0.00, 0.26. Web safe color of #bb45bd is #cc33cc. Color #bb45bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000101 10111101
Octal 273 105 275
Decimal 187 69 189
Hex BB 45 BD

RGB Percentages of Color #bb45bd

%42.02
%15.51
%42.47

CMYK Percentages of Color #bb45bd

%1
%63
%0
%26

Triadic Colors of #bb45bd

#bb45bd #bdbb45 #45bdbb

Analogous Colors of #bb45bd

#bb45bd #bd4583 #7f45bd

Monochromatic Colors of #bb45bd

#bb45bd

Complementary Color

#bb45bd #47bd45

#bb45bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb45bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb45bd Color CSS Codes

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

#bb45bd Text Font Color

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

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


#bb45bd Background Color

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

This div background color is #bb45bd


#bb45bd Border Color

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

This div border color is #bb45bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb45bd


Comments

No comments written yet.

Please login to write comment.