Color Hex Logo

#bc778b Color Hex

#BC778B
(188,119,139)
0 Favorites   0 Comments

Color spaces of #bc778b

RGB 188119139
HSL0.950.340.60
HSV343°37°74°
CMYK 0.000.370.26   0.26
XYZ31.996125.749127.7098
Yxy25.74910.37440.3013
Hunter Lab50.743623.75103.1437
CIE-Lab57.798129.72600.4960

#bc778b color RGB value is (188,119,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110111 10001011
Octal 274 167 213
Decimal 188 119 139
Hex BC 77 8B

RGB Percentages of Color #bc778b

%42.15
%26.68
%31.17

CMYK Percentages of Color #bc778b

%0
%37
%26
%26

Triadic Colors of #bc778b

#bc778b #8bbc77 #778bbc

Analogous Colors of #bc778b

#bc778b #bc8677 #bc77ae

Monochromatic Colors of #bc778b

#bc778b

Complementary Color

#bc778b #77bca8

#bc778b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc778b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc778b Color CSS Codes

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

#bc778b Text Font Color

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

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


#bc778b Background Color

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

This div background color is #bc778b


#bc778b Border Color

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

This div border color is #bc778b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc778b


Comments

No comments written yet.

Please login to write comment.