Color Hex Logo

#bc322f Color Hex

#BC322F
(188,50,47)
0 Favorites   0 Comments

Color spaces of #bc322f

RGB 1885047
HSL0.000.600.46
HSV75°74°
CMYK 0.000.730.75   0.26
XYZ22.392713.17784.0527
Yxy13.17780.56510.3326
Hunter Lab36.301246.581918.7917
CIE-Lab43.029954.371634.9991

#bc322f color RGB value is (188,50,47).

#bc322f hex color red value is 188, green value is 50 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bc322f hue: 0.00 , saturation: 0.60 and the lightness value of bc322f is 0.46.

The process color (four color CMYK) of #bc322f color hex is 0.00, 0.73, 0.75, 0.26. Web safe color of #bc322f is #cc3333. Color #bc322f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110010 00101111
Octal 274 62 57
Decimal 188 50 47
Hex BC 32 2F

RGB Percentages of Color #bc322f

%65.96
%17.54
%16.49

CMYK Percentages of Color #bc322f

%0
%73
%75
%26

Triadic Colors of #bc322f

#bc322f #2fbc32 #322fbc

Analogous Colors of #bc322f

#bc322f #bc792f #bc2f73

Monochromatic Colors of #bc322f

#bc322f

Complementary Color

#bc322f #2fb9bc

#bc322f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc322f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc322f Color CSS Codes

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

#bc322f Text Font Color

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

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


#bc322f Background Color

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

This div background color is #bc322f


#bc322f Border Color

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

This div border color is #bc322f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc322f


Comments

No comments written yet.

Please login to write comment.