Color Hex Logo

#bc5660 Color Hex

#BC5660
(188,86,96)
0 Favorites   0 Comments

Color spaces of #bc5660

RGB 1888696
HSL0.980.430.54
HSV354°54°74°
CMYK 0.000.540.49   0.26
XYZ26.178118.191513.1979
Yxy18.19150.45470.3160
Hunter Lab42.651534.917411.5096
CIE-Lab49.727642.005914.3440

#bc5660 color RGB value is (188,86,96).

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

The process color (four color CMYK) of #bc5660 color hex is 0.00, 0.54, 0.49, 0.26. Web safe color of #bc5660 is #cc6666. Color #bc5660 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010110 01100000
Octal 274 126 140
Decimal 188 86 96
Hex BC 56 60

RGB Percentages of Color #bc5660

%50.81
%23.24
%25.95

CMYK Percentages of Color #bc5660

%0
%54
%49
%26

Triadic Colors of #bc5660

#bc5660 #60bc56 #5660bc

Analogous Colors of #bc5660

#bc5660 #bc7f56 #bc5693

Monochromatic Colors of #bc5660

#bc5660

Complementary Color

#bc5660 #56bcb2

#bc5660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5660 Color CSS Codes

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

#bc5660 Text Font Color

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

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


#bc5660 Background Color

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

This div background color is #bc5660


#bc5660 Border Color

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

This div border color is #bc5660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5660


Comments

No comments written yet.

Please login to write comment.