Color Hex Logo

#bc677e Color Hex

#BC677E
(188,103,126)
0 Favorites   0 Comments

Color spaces of #bc677e

RGB 188103126
HSL0.950.390.57
HSV344°45°74°
CMYK 0.000.450.33   0.26
XYZ29.355221.898222.4183
Yxy21.89820.39850.2972
Hunter Lab46.795530.08234.3528
CIE-Lab53.918836.60152.4513

#bc677e color RGB value is (188,103,126).

#bc677e hex color red value is 188, green value is 103 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bc677e hue: 0.95 , saturation: 0.39 and the lightness value of bc677e is 0.57.

The process color (four color CMYK) of #bc677e color hex is 0.00, 0.45, 0.33, 0.26. Web safe color of #bc677e is #cc6666. Color #bc677e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100111 01111110
Octal 274 147 176
Decimal 188 103 126
Hex BC 67 7E

RGB Percentages of Color #bc677e

%45.08
%24.70
%30.22

CMYK Percentages of Color #bc677e

%0
%45
%33
%26

Triadic Colors of #bc677e

#bc677e #7ebc67 #677ebc

Analogous Colors of #bc677e

#bc677e #bc7b67 #bc67a9

Monochromatic Colors of #bc677e

#bc677e

Complementary Color

#bc677e #67bca5

#bc677e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc677e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc677e Color CSS Codes

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

#bc677e Text Font Color

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

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


#bc677e Background Color

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

This div background color is #bc677e


#bc677e Border Color

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

This div border color is #bc677e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc677e


Comments

No comments written yet.

Please login to write comment.