Color Hex Logo

#bb56fd Color Hex

#BB56FD
(187,86,253)
0 Favorites   0 Comments

Color spaces of #bb56fd

RGB 18786253
HSL0.770.980.66
HSV276°66°99°
CMYK 0.260.660.00   0.01
XYZ41.550924.312295.4313
Yxy24.31220.25760.1507
Hunter Lab49.307464.1324-80.2368
CIE-Lab56.399067.4110-66.5733

#bb56fd color RGB value is (187,86,253).

#bb56fd hex color red value is 187, green value is 86 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bb56fd hue: 0.77 , saturation: 0.98 and the lightness value of bb56fd is 0.66.

The process color (four color CMYK) of #bb56fd color hex is 0.26, 0.66, 0.00, 0.01. Web safe color of #bb56fd is #cc66ff. Color #bb56fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010110 11111101
Octal 273 126 375
Decimal 187 86 253
Hex BB 56 FD

RGB Percentages of Color #bb56fd

%35.55
%16.35
%48.10

CMYK Percentages of Color #bb56fd

%26
%66
%0
%1

Triadic Colors of #bb56fd

#bb56fd #fdbb56 #56fdbb

Analogous Colors of #bb56fd

#bb56fd #fd56ec #6856fd

Monochromatic Colors of #bb56fd

#bb56fd

Complementary Color

#bb56fd #98fd56

#bb56fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb56fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb56fd Color CSS Codes

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

#bb56fd Text Font Color

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

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


#bb56fd Background Color

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

This div background color is #bb56fd


#bb56fd Border Color

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

This div border color is #bb56fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb56fd

Related Colors


Comments

No comments written yet.

Please login to write comment.