Color Hex Logo

#bc687b Color Hex

#BC687B
(188,104,123)
0 Favorites   0 Comments

Color spaces of #bc687b

RGB 188104123
HSL0.960.390.57
HSV346°45°74°
CMYK 0.000.450.35   0.26
XYZ29.264522.022121.4472
Yxy22.02210.40240.3028
Hunter Lab46.927729.19065.7523
CIE-Lab54.050435.68574.4086

#bc687b color RGB value is (188,104,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101000 01111011
Octal 274 150 173
Decimal 188 104 123
Hex BC 68 7B

RGB Percentages of Color #bc687b

%45.30
%25.06
%29.64

CMYK Percentages of Color #bc687b

%0
%45
%35
%26

Triadic Colors of #bc687b

#bc687b #7bbc68 #687bbc

Analogous Colors of #bc687b

#bc687b #bc7f68 #bc68a5

Monochromatic Colors of #bc687b

#bc687b

Complementary Color

#bc687b #68bca9

#bc687b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc687b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc687b Color CSS Codes

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

#bc687b Text Font Color

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

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


#bc687b Background Color

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

This div background color is #bc687b


#bc687b Border Color

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

This div border color is #bc687b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc687b


Comments

No comments written yet.

Please login to write comment.