Color Hex Logo

#bc778d Color Hex

#BC778D
(188,119,141)
0 Favorites   0 Comments

Color spaces of #bc778d

RGB 188119141
HSL0.950.340.60
HSV341°37°74°
CMYK 0.000.370.25   0.26
XYZ32.143625.808128.4866
Yxy25.80810.37190.2986
Hunter Lab50.801724.03892.3148
CIE-Lab57.854430.0168-0.5803

#bc778d color RGB value is (188,119,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110111 10001101
Octal 274 167 215
Decimal 188 119 141
Hex BC 77 8D

RGB Percentages of Color #bc778d

%41.96
%26.56
%31.47

CMYK Percentages of Color #bc778d

%0
%37
%25
%26

Triadic Colors of #bc778d

#bc778d #8dbc77 #778dbc

Analogous Colors of #bc778d

#bc778d #bc8477 #bc77b0

Monochromatic Colors of #bc778d

#bc778d

Complementary Color

#bc778d #77bca6

#bc778d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc778d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc778d Color CSS Codes

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

#bc778d Text Font Color

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

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


#bc778d Background Color

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

This div background color is #bc778d


#bc778d Border Color

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

This div border color is #bc778d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc778d


Comments

No comments written yet.

Please login to write comment.