Color Hex Logo

#bc2977 Color Hex

#BC2977
(188,41,119)
0 Favorites   0 Comments

Color spaces of #bc2977

RGB 18841119
HSL0.910.640.45
HSV328°78°74°
CMYK 0.000.780.37   0.26
XYZ24.861713.609218.7692
Yxy13.60920.43430.2378
Hunter Lab36.890655.7378-4.3421
CIE-Lab43.667262.5812-8.4333

#bc2977 color RGB value is (188,41,119).

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

The process color (four color CMYK) of #bc2977 color hex is 0.00, 0.78, 0.37, 0.26. Web safe color of #bc2977 is #cc3366. Color #bc2977 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101001 01110111
Octal 274 51 167
Decimal 188 41 119
Hex BC 29 77

RGB Percentages of Color #bc2977

%54.02
%11.78
%34.20

CMYK Percentages of Color #bc2977

%0
%78
%37
%26

Triadic Colors of #bc2977

#bc2977 #77bc29 #2977bc

Analogous Colors of #bc2977

#bc2977 #bc292d #b829bc

Monochromatic Colors of #bc2977

#bc2977

Complementary Color

#bc2977 #29bc6e

#bc2977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2977 Color CSS Codes

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

#bc2977 Text Font Color

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

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


#bc2977 Background Color

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

This div background color is #bc2977


#bc2977 Border Color

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

This div border color is #bc2977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2977


Comments

No comments written yet.

Please login to write comment.