Color Hex Logo

#bc7683 Color Hex

#BC7683
(188,118,131)
0 Favorites   0 Comments

Color spaces of #bc7683

RGB 188118131
HSL0.970.340.60
HSV349°37°74°
CMYK 0.000.370.30   0.26
XYZ31.314225.286924.7032
Yxy25.28690.38510.3110
Hunter Lab50.286123.15516.0739
CIE-Lab57.353929.15214.4906

#bc7683 color RGB value is (188,118,131).

#bc7683 hex color red value is 188, green value is 118 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bc7683 hue: 0.97 , saturation: 0.34 and the lightness value of bc7683 is 0.60.

The process color (four color CMYK) of #bc7683 color hex is 0.00, 0.37, 0.30, 0.26. Web safe color of #bc7683 is #cc6699. Color #bc7683 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110110 10000011
Octal 274 166 203
Decimal 188 118 131
Hex BC 76 83

RGB Percentages of Color #bc7683

%43.02
%27.00
%29.98

CMYK Percentages of Color #bc7683

%0
%37
%30
%26

Triadic Colors of #bc7683

#bc7683 #83bc76 #7683bc

Analogous Colors of #bc7683

#bc7683 #bc8c76 #bc76a6

Monochromatic Colors of #bc7683

#bc7683

Complementary Color

#bc7683 #76bcaf

#bc7683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7683 Color CSS Codes

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

#bc7683 Text Font Color

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

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


#bc7683 Background Color

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

This div background color is #bc7683


#bc7683 Border Color

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

This div border color is #bc7683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7683


Comments

No comments written yet.

Please login to write comment.