Color Hex Logo

#bc3208 Color Hex

#BC3208
(188,50,8)
0 Favorites   0 Comments

Color spaces of #bc3208

RGB 188508
HSL0.040.920.38
HSV14°96°74°
CMYK 0.000.730.96   0.26
XYZ21.923512.99011.5816
Yxy12.99010.60070.3559
Hunter Lab36.041845.504922.6275
CIE-Lab42.748353.413352.4914

#bc3208 color RGB value is (188,50,8).

#bc3208 hex color red value is 188, green value is 50 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #bc3208 hue: 0.04 , saturation: 0.92 and the lightness value of bc3208 is 0.38.

The process color (four color CMYK) of #bc3208 color hex is 0.00, 0.73, 0.96, 0.26. Web safe color of #bc3208 is #cc3300. Color #bc3208 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110010 00001000
Octal 274 62 10
Decimal 188 50 8
Hex BC 32 8

RGB Percentages of Color #bc3208

%76.42
%20.33
%3.25

CMYK Percentages of Color #bc3208

%0
%73
%96
%26

Triadic Colors of #bc3208

#bc3208 #08bc32 #3208bc

Analogous Colors of #bc3208

#bc3208 #bc8c08 #bc0838

Monochromatic Colors of #bc3208

#bc3208

Complementary Color

#bc3208 #0892bc

#bc3208 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc3208 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc3208 Color CSS Codes

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

#bc3208 Text Font Color

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

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


#bc3208 Background Color

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

This div background color is #bc3208


#bc3208 Border Color

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

This div border color is #bc3208


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc3208


Comments

No comments written yet.

Please login to write comment.