Color Hex Logo

#bc778e Color Hex

#BC778E
(188,119,142)
0 Favorites   0 Comments

Color spaces of #bc778e

RGB 188119142
HSL0.940.340.60
HSV340°37°74°
CMYK 0.000.370.24   0.26
XYZ32.218325.838028.8803
Yxy25.83800.37060.2972
Hunter Lab50.831124.18431.8954
CIE-Lab57.883030.1636-1.1178

#bc778e color RGB value is (188,119,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110111 10001110
Octal 274 167 216
Decimal 188 119 142
Hex BC 77 8E

RGB Percentages of Color #bc778e

%41.87
%26.50
%31.63

CMYK Percentages of Color #bc778e

%0
%37
%24
%26

Triadic Colors of #bc778e

#bc778e #8ebc77 #778ebc

Analogous Colors of #bc778e

#bc778e #bc8377 #bc77b1

Monochromatic Colors of #bc778e

#bc778e

Complementary Color

#bc778e #77bca5

#bc778e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc778e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc778e Color CSS Codes

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

#bc778e Text Font Color

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

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


#bc778e Background Color

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

This div background color is #bc778e


#bc778e Border Color

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

This div border color is #bc778e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc778e


Comments

No comments written yet.

Please login to write comment.