Color Hex Logo

#bc8cbd Color Hex

#BC8CBD
(188,140,189)
0 Favorites   0 Comments

Color spaces of #bc8cbd

RGB 188140189
HSL0.830.270.65
HSV299°26°74°
CMYK 0.010.260.00   0.26
XYZ39.302433.121752.4658
Yxy33.12170.31470.2652
Hunter Lab57.551521.1842-13.7647
CIE-Lab64.259326.5580-18.4180

#bc8cbd color RGB value is (188,140,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001100 10111101
Octal 274 214 275
Decimal 188 140 189
Hex BC 8C BD

RGB Percentages of Color #bc8cbd

%36.36
%27.08
%36.56

CMYK Percentages of Color #bc8cbd

%1
%26
%0
%26

Triadic Colors of #bc8cbd

#bc8cbd #bdbc8c #8cbdbc

Analogous Colors of #bc8cbd

#bc8cbd #bd8ca6 #a48cbd

Monochromatic Colors of #bc8cbd

#bc8cbd

Complementary Color

#bc8cbd #8dbd8c

#bc8cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8cbd Color CSS Codes

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

#bc8cbd Text Font Color

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

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


#bc8cbd Background Color

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

This div background color is #bc8cbd


#bc8cbd Border Color

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

This div border color is #bc8cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8cbd


Comments

No comments written yet.

Please login to write comment.