Color Hex Logo

#bb58bd Color Hex

#BB58BD
(187,88,189)
0 Favorites   0 Comments

Color spaces of #bb58bd

RGB 18788189
HSL0.830.430.54
HSV299°53°74°
CMYK 0.010.530.00   0.26
XYZ33.168521.218450.4915
Yxy21.21840.31630.2023
Hunter Lab46.063447.9199-32.7451
CIE-Lab53.187753.7959-35.5151

#bb58bd color RGB value is (187,88,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011000 10111101
Octal 273 130 275
Decimal 187 88 189
Hex BB 58 BD

RGB Percentages of Color #bb58bd

%40.30
%18.97
%40.73

CMYK Percentages of Color #bb58bd

%1
%53
%0
%26

Triadic Colors of #bb58bd

#bb58bd #bdbb58 #58bdbb

Analogous Colors of #bb58bd

#bb58bd #bd588d #8958bd

Monochromatic Colors of #bb58bd

#bb58bd

Complementary Color

#bb58bd #5abd58

#bb58bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb58bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb58bd Color CSS Codes

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

#bb58bd Text Font Color

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

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


#bb58bd Background Color

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

This div background color is #bb58bd


#bb58bd Border Color

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

This div border color is #bb58bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb58bd


Comments

No comments written yet.

Please login to write comment.