Color Hex Logo

#bc374d Color Hex

#BC374D
(188,55,77)
0 Favorites   0 Comments

Color spaces of #bc374d

RGB 1885577
HSL0.970.550.48
HSV350°71°74°
CMYK 0.000.710.59   0.26
XYZ23.444813.95968.4800
Yxy13.95960.51100.3042
Hunter Lab37.362546.623312.6970
CIE-Lab44.174954.198818.3399

#bc374d color RGB value is (188,55,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110111 01001101
Octal 274 67 115
Decimal 188 55 77
Hex BC 37 4D

RGB Percentages of Color #bc374d

%58.75
%17.19
%24.06

CMYK Percentages of Color #bc374d

%0
%71
%59
%26

Triadic Colors of #bc374d

#bc374d #4dbc37 #374dbc

Analogous Colors of #bc374d

#bc374d #bc6437 #bc3790

Monochromatic Colors of #bc374d

#bc374d

Complementary Color

#bc374d #37bca6

#bc374d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc374d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc374d Color CSS Codes

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

#bc374d Text Font Color

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

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


#bc374d Background Color

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

This div background color is #bc374d


#bc374d Border Color

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

This div border color is #bc374d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc374d


Comments

No comments written yet.

Please login to write comment.