Color Hex Logo

#bc6387 Color Hex

#BC6387
(188,99,135)
0 Favorites   0 Comments

Color spaces of #bc6387

RGB 18899135
HSL0.930.400.56
HSV336°47°74°
CMYK 0.000.470.28   0.26
XYZ29.574121.364325.4867
Yxy21.36430.38700.2795
Hunter Lab46.221533.3227-0.3376
CIE-Lab53.345939.9090-3.6959

#bc6387 color RGB value is (188,99,135).

#bc6387 hex color red value is 188, green value is 99 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bc6387 hue: 0.93 , saturation: 0.40 and the lightness value of bc6387 is 0.56.

The process color (four color CMYK) of #bc6387 color hex is 0.00, 0.47, 0.28, 0.26. Web safe color of #bc6387 is #cc6699. Color #bc6387 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100011 10000111
Octal 274 143 207
Decimal 188 99 135
Hex BC 63 87

RGB Percentages of Color #bc6387

%44.55
%23.46
%31.99

CMYK Percentages of Color #bc6387

%0
%47
%28
%26

Triadic Colors of #bc6387

#bc6387 #87bc63 #6387bc

Analogous Colors of #bc6387

#bc6387 #bc6c63 #bc63b4

Monochromatic Colors of #bc6387

#bc6387

Complementary Color

#bc6387 #63bc98

#bc6387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6387 Color CSS Codes

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

#bc6387 Text Font Color

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

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


#bc6387 Background Color

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

This div background color is #bc6387


#bc6387 Border Color

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

This div border color is #bc6387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6387


Comments

No comments written yet.

Please login to write comment.