Color Hex Logo

#bc373a Color Hex

#BC373A
(188,55,58)
0 Favorites   0 Comments

Color spaces of #bc373a

RGB 1885558
HSL1.000.550.48
HSV359°71°74°
CMYK 0.000.710.69   0.26
XYZ22.868913.72925.4477
Yxy13.72920.54390.3265
Hunter Lab37.052945.326717.2200
CIE-Lab43.842053.044829.4793

#bc373a color RGB value is (188,55,58).

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

The process color (four color CMYK) of #bc373a color hex is 0.00, 0.71, 0.69, 0.26. Web safe color of #bc373a is #cc3333. Color #bc373a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110111 00111010
Octal 274 67 72
Decimal 188 55 58
Hex BC 37 3A

RGB Percentages of Color #bc373a

%62.46
%18.27
%19.27

CMYK Percentages of Color #bc373a

%0
%71
%69
%26

Triadic Colors of #bc373a

#bc373a #3abc37 #373abc

Analogous Colors of #bc373a

#bc373a #bc7737 #bc377d

Monochromatic Colors of #bc373a

#bc373a

Complementary Color

#bc373a #37bcb9

#bc373a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc373a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc373a Color CSS Codes

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

#bc373a Text Font Color

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

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


#bc373a Background Color

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

This div background color is #bc373a


#bc373a Border Color

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

This div border color is #bc373a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc373a


Comments

No comments written yet.

Please login to write comment.