Color Hex Logo

#bc56bd Color Hex

#BC56BD
(188,86,189)
0 Favorites   0 Comments

Color spaces of #bc56bd

RGB 18886189
HSL0.830.440.54
HSV299°54°74°
CMYK 0.010.540.00   0.26
XYZ33.252121.021150.4490
Yxy21.02110.31750.2007
Hunter Lab45.848849.2229-33.1447
CIE-Lab52.972655.0187-35.8425

#bc56bd color RGB value is (188,86,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010110 10111101
Octal 274 126 275
Decimal 188 86 189
Hex BC 56 BD

RGB Percentages of Color #bc56bd

%40.60
%18.57
%40.82

CMYK Percentages of Color #bc56bd

%1
%54
%0
%26

Triadic Colors of #bc56bd

#bc56bd #bdbc56 #56bdbc

Analogous Colors of #bc56bd

#bc56bd #bd568b #8956bd

Monochromatic Colors of #bc56bd

#bc56bd

Complementary Color

#bc56bd #57bd56

#bc56bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc56bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc56bd Color CSS Codes

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

#bc56bd Text Font Color

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

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


#bc56bd Background Color

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

This div background color is #bc56bd


#bc56bd Border Color

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

This div border color is #bc56bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc56bd


Comments

No comments written yet.

Please login to write comment.