Color Hex Logo

#bc779b Color Hex

#BC779B
(188,119,155)
0 Favorites   0 Comments

Color spaces of #bc779b

RGB 188119155
HSL0.910.340.60
HSV329°37°74°
CMYK 0.000.370.18   0.26
XYZ33.252326.251634.3248
Yxy26.25160.35440.2798
Hunter Lab51.236326.1827-3.8548
CIE-Lab58.275132.1637-8.0566

#bc779b color RGB value is (188,119,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110111 10011011
Octal 274 167 233
Decimal 188 119 155
Hex BC 77 9B

RGB Percentages of Color #bc779b

%40.69
%25.76
%33.55

CMYK Percentages of Color #bc779b

%0
%37
%18
%26

Triadic Colors of #bc779b

#bc779b #9bbc77 #779bbc

Analogous Colors of #bc779b

#bc779b #bc7779 #bb77bc

Monochromatic Colors of #bc779b

#bc779b

Complementary Color

#bc779b #77bc98

#bc779b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc779b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc779b Color CSS Codes

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

#bc779b Text Font Color

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

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


#bc779b Background Color

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

This div background color is #bc779b


#bc779b Border Color

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

This div border color is #bc779b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc779b


Comments

No comments written yet.

Please login to write comment.