Color Hex Logo

#bc778f Color Hex

#BC778F
(188,119,143)
0 Favorites   0 Comments

Color spaces of #bc778f

RGB 188119143
HSL0.940.340.60
HSV339°37°74°
CMYK 0.000.370.24   0.26
XYZ32.293825.868229.2776
Yxy25.86820.36930.2958
Hunter Lab50.860824.33131.4727
CIE-Lab57.911730.3117-1.6547

#bc778f color RGB value is (188,119,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110111 10001111
Octal 274 167 217
Decimal 188 119 143
Hex BC 77 8F

RGB Percentages of Color #bc778f

%41.78
%26.44
%31.78

CMYK Percentages of Color #bc778f

%0
%37
%24
%26

Triadic Colors of #bc778f

#bc778f #8fbc77 #778fbc

Analogous Colors of #bc778f

#bc778f #bc8277 #bc77b2

Monochromatic Colors of #bc778f

#bc778f

Complementary Color

#bc778f #77bca4

#bc778f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc778f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc778f Color CSS Codes

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

#bc778f Text Font Color

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

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


#bc778f Background Color

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

This div background color is #bc778f


#bc778f Border Color

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

This div border color is #bc778f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,119,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 #bc778f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc778f


Comments

No comments written yet.

Please login to write comment.