Color Hex Logo

#bc56bf Color Hex

#BC56BF
(188,86,191)
0 Favorites   0 Comments

Color spaces of #bc56bf

RGB 18886191
HSL0.830.450.54
HSV298°55°75°
CMYK 0.020.550.00   0.25
XYZ33.470821.108551.6005
Yxy21.10850.31520.1988
Hunter Lab45.944049.6376-34.4288
CIE-Lab53.068055.3779-36.8466

#bc56bf color RGB value is (188,86,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010110 10111111
Octal 274 126 277
Decimal 188 86 191
Hex BC 56 BF

RGB Percentages of Color #bc56bf

%40.43
%18.49
%41.08

CMYK Percentages of Color #bc56bf

%2
%55
%0
%25

Triadic Colors of #bc56bf

#bc56bf #bfbc56 #56bfbc

Analogous Colors of #bc56bf

#bc56bf #bf568e #8856bf

Monochromatic Colors of #bc56bf

#bc56bf

Complementary Color

#bc56bf #59bf56

#bc56bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc56bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc56bf Color CSS Codes

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

#bc56bf Text Font Color

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

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


#bc56bf Background Color

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

This div background color is #bc56bf


#bc56bf Border Color

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

This div border color is #bc56bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc56bf


Comments

No comments written yet.

Please login to write comment.