Color Hex Logo

#bc8fba Color Hex

#BC8FBA
(188,143,186)
0 Favorites   0 Comments

Color spaces of #bc8fba

RGB 188143186
HSL0.840.250.65
HSV303°24°74°
CMYK 0.000.240.01   0.26
XYZ39.424433.881550.9163
Yxy33.88150.31740.2727
Hunter Lab58.207819.0351-11.1174
CIE-Lab64.868424.3177-15.8088

#bc8fba color RGB value is (188,143,186).

#bc8fba hex color red value is 188, green value is 143 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bc8fba hue: 0.84 , saturation: 0.25 and the lightness value of bc8fba is 0.65.

The process color (four color CMYK) of #bc8fba color hex is 0.00, 0.24, 0.01, 0.26. Web safe color of #bc8fba is #cc99cc. Color #bc8fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001111 10111010
Octal 274 217 272
Decimal 188 143 186
Hex BC 8F BA

RGB Percentages of Color #bc8fba

%36.36
%27.66
%35.98

CMYK Percentages of Color #bc8fba

%0
%24
%1
%26

Triadic Colors of #bc8fba

#bc8fba #babc8f #8fbabc

Analogous Colors of #bc8fba

#bc8fba #bc8fa4 #a88fbc

Monochromatic Colors of #bc8fba

#bc8fba

Complementary Color

#bc8fba #8fbc91

#bc8fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8fba Color CSS Codes

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

#bc8fba Text Font Color

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

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


#bc8fba Background Color

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

This div background color is #bc8fba


#bc8fba Border Color

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

This div border color is #bc8fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8fba


Comments

No comments written yet.

Please login to write comment.