Color Hex Logo

#bc688a Color Hex

#BC688A
(188,104,138)
0 Favorites   0 Comments

Color spaces of #bc688a

RGB 188104138
HSL0.930.390.57
HSV336°45°74°
CMYK 0.000.450.27   0.26
XYZ30.276822.427026.7778
Yxy22.42700.38090.2822
Hunter Lab47.357231.2452-0.3751
CIE-Lab54.477237.6954-3.7926

#bc688a color RGB value is (188,104,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101000 10001010
Octal 274 150 212
Decimal 188 104 138
Hex BC 68 8A

RGB Percentages of Color #bc688a

%43.72
%24.19
%32.09

CMYK Percentages of Color #bc688a

%0
%45
%27
%26

Triadic Colors of #bc688a

#bc688a #8abc68 #688abc

Analogous Colors of #bc688a

#bc688a #bc7068 #bc68b4

Monochromatic Colors of #bc688a

#bc688a

Complementary Color

#bc688a #68bc9a

#bc688a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc688a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc688a Color CSS Codes

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

#bc688a Text Font Color

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

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


#bc688a Background Color

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

This div background color is #bc688a


#bc688a Border Color

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

This div border color is #bc688a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc688a


Comments

No comments written yet.

Please login to write comment.