Color Hex Logo

#bc688f Color Hex

#BC688F
(188,104,143)
0 Favorites   0 Comments

Color spaces of #bc688f

RGB 188104143
HSL0.920.390.57
HSV332°45°74°
CMYK 0.000.450.24   0.26
XYZ30.647322.575228.7288
Yxy22.57520.37400.2755
Hunter Lab47.513431.9885-2.5901
CIE-Lab54.632138.4150-6.4977

#bc688f color RGB value is (188,104,143).

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

The process color (four color CMYK) of #bc688f color hex is 0.00, 0.45, 0.24, 0.26. Web safe color of #bc688f is #cc6699. Color #bc688f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101000 10001111
Octal 274 150 217
Decimal 188 104 143
Hex BC 68 8F

RGB Percentages of Color #bc688f

%43.22
%23.91
%32.87

CMYK Percentages of Color #bc688f

%0
%45
%24
%26

Triadic Colors of #bc688f

#bc688f #8fbc68 #688fbc

Analogous Colors of #bc688f

#bc688f #bc6b68 #bc68b9

Monochromatic Colors of #bc688f

#bc688f

Complementary Color

#bc688f #68bc95

#bc688f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc688f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc688f Color CSS Codes

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

#bc688f Text Font Color

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

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


#bc688f Background Color

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

This div background color is #bc688f


#bc688f Border Color

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

This div border color is #bc688f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc688f


Comments

No comments written yet.

Please login to write comment.