Color Hex Logo

#bc7796 Color Hex

#BC7796
(188,119,150)
0 Favorites   0 Comments

Color spaces of #bc7796

RGB 188119150
HSL0.930.340.60
HSV333°37°74°
CMYK 0.000.370.20   0.26
XYZ32.840926.087032.1586
Yxy26.08700.36050.2864
Hunter Lab51.075425.3914-1.5779
CIE-Lab58.119531.3752-5.3989

#bc7796 color RGB value is (188,119,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110111 10010110
Octal 274 167 226
Decimal 188 119 150
Hex BC 77 96

RGB Percentages of Color #bc7796

%41.14
%26.04
%32.82

CMYK Percentages of Color #bc7796

%0
%37
%20
%26

Triadic Colors of #bc7796

#bc7796 #96bc77 #7796bc

Analogous Colors of #bc7796

#bc7796 #bc7b77 #bc77b9

Monochromatic Colors of #bc7796

#bc7796

Complementary Color

#bc7796 #77bc9d

#bc7796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7796 Color CSS Codes

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

#bc7796 Text Font Color

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

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


#bc7796 Background Color

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

This div background color is #bc7796


#bc7796 Border Color

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

This div border color is #bc7796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7796


Comments

No comments written yet.

Please login to write comment.