Color Hex Logo

#bc376b Color Hex

#BC376B
(188,55,107)
0 Favorites   0 Comments

Color spaces of #bc376b

RGB 18855107
HSL0.930.550.48
HSV337°71°74°
CMYK 0.000.710.43   0.26
XYZ24.759114.485315.4009
Yxy14.48530.45310.2651
Hunter Lab38.059649.51642.6498
CIE-Lab44.921056.73630.8304

#bc376b color RGB value is (188,55,107).

#bc376b hex color red value is 188, green value is 55 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bc376b hue: 0.93 , saturation: 0.55 and the lightness value of bc376b is 0.48.

The process color (four color CMYK) of #bc376b color hex is 0.00, 0.71, 0.43, 0.26. Web safe color of #bc376b is #cc3366. Color #bc376b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110111 01101011
Octal 274 67 153
Decimal 188 55 107
Hex BC 37 6B

RGB Percentages of Color #bc376b

%53.71
%15.71
%30.57

CMYK Percentages of Color #bc376b

%0
%71
%43
%26

Triadic Colors of #bc376b

#bc376b #6bbc37 #376bbc

Analogous Colors of #bc376b

#bc376b #bc4537 #bc37ae

Monochromatic Colors of #bc376b

#bc376b

Complementary Color

#bc376b #37bc88

#bc376b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc376b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc376b Color CSS Codes

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

#bc376b Text Font Color

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

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


#bc376b Background Color

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

This div background color is #bc376b


#bc376b Border Color

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

This div border color is #bc376b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc376b


Comments

No comments written yet.

Please login to write comment.