Color Hex Logo

#bb56bf Color Hex

#BB56BF
(187,86,191)
0 Favorites   0 Comments

Color spaces of #bb56bf

RGB 18786191
HSL0.830.450.54
HSV298°55°75°
CMYK 0.020.550.00   0.25
XYZ33.225320.982051.5890
Yxy20.98200.31400.1983
Hunter Lab45.806149.3136-34.7109
CIE-Lab52.929855.1084-37.0733

#bb56bf color RGB value is (187,86,191).

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

The process color (four color CMYK) of #bb56bf color hex is 0.02, 0.55, 0.00, 0.25. Web safe color of #bb56bf is #cc66cc. Color #bb56bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010110 10111111
Octal 273 126 277
Decimal 187 86 191
Hex BB 56 BF

RGB Percentages of Color #bb56bf

%40.30
%18.53
%41.16

CMYK Percentages of Color #bb56bf

%2
%55
%0
%25

Triadic Colors of #bb56bf

#bb56bf #bfbb56 #56bfbb

Analogous Colors of #bb56bf

#bb56bf #bf568f #8756bf

Monochromatic Colors of #bb56bf

#bb56bf

Complementary Color

#bb56bf #5abf56

#bb56bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb56bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb56bf Color CSS Codes

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

#bb56bf Text Font Color

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

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


#bb56bf Background Color

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

This div background color is #bb56bf


#bb56bf Border Color

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

This div border color is #bb56bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,86,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bb56bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb56bf


Comments

No comments written yet.

Please login to write comment.