Color Hex Logo

#bc778a Color Hex

#BC778A
(188,119,138)
0 Favorites   0 Comments

Color spaces of #bc778a

RGB 188119138
HSL0.950.340.60
HSV343°37°74°
CMYK 0.000.370.27   0.26
XYZ31.923325.720027.3267
Yxy25.72000.37570.3027
Hunter Lab50.714923.60863.5532
CIE-Lab57.770329.58181.0348

#bc778a color RGB value is (188,119,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110111 10001010
Octal 274 167 212
Decimal 188 119 138
Hex BC 77 8A

RGB Percentages of Color #bc778a

%42.25
%26.74
%31.01

CMYK Percentages of Color #bc778a

%0
%37
%27
%26

Triadic Colors of #bc778a

#bc778a #8abc77 #778abc

Analogous Colors of #bc778a

#bc778a #bc8777 #bc77ad

Monochromatic Colors of #bc778a

#bc778a

Complementary Color

#bc778a #77bca9

#bc778a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc778a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc778a Color CSS Codes

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

#bc778a Text Font Color

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

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


#bc778a Background Color

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

This div background color is #bc778a


#bc778a Border Color

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

This div border color is #bc778a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc778a


Comments

No comments written yet.

Please login to write comment.