Color Hex Logo

#bc8692 Color Hex

#BC8692
(188,134,146)
0 Favorites   0 Comments

Color spaces of #bc8692

RGB 188134146
HSL0.960.290.63
HSV347°29°74°
CMYK 0.000.290.22   0.26
XYZ34.452429.816931.1335
Yxy29.81690.36110.3125
Hunter Lab54.604917.06434.4186
CIE-Lab61.495922.46931.8529

#bc8692 color RGB value is (188,134,146).

#bc8692 hex color red value is 188, green value is 134 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #bc8692 hue: 0.96 , saturation: 0.29 and the lightness value of bc8692 is 0.63.

The process color (four color CMYK) of #bc8692 color hex is 0.00, 0.29, 0.22, 0.26. Web safe color of #bc8692 is #cc9999. Color #bc8692 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000110 10010010
Octal 274 206 222
Decimal 188 134 146
Hex BC 86 92

RGB Percentages of Color #bc8692

%40.17
%28.63
%31.20

CMYK Percentages of Color #bc8692

%0
%29
%22
%26

Triadic Colors of #bc8692

#bc8692 #92bc86 #8692bc

Analogous Colors of #bc8692

#bc8692 #bc9586 #bc86ad

Monochromatic Colors of #bc8692

#bc8692

Complementary Color

#bc8692 #86bcb0

#bc8692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8692 Color CSS Codes

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

#bc8692 Text Font Color

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

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


#bc8692 Background Color

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

This div background color is #bc8692


#bc8692 Border Color

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

This div border color is #bc8692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8692


Comments

No comments written yet.

Please login to write comment.