Color Hex Logo

#bc4008 Color Hex

#BC4008
(188,64,8)
0 Favorites   0 Comments

Color spaces of #bc4008

RGB 188648
HSL0.050.920.38
HSV19°96°74°
CMYK 0.000.660.96   0.26
XYZ22.616314.37571.8125
Yxy14.37570.58280.3705
Hunter Lab37.915340.122623.7064
CIE-Lab44.767047.908853.7042

#bc4008 color RGB value is (188,64,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000000 00001000
Octal 274 100 10
Decimal 188 64 8
Hex BC 40 8

RGB Percentages of Color #bc4008

%72.31
%24.62
%3.08

CMYK Percentages of Color #bc4008

%0
%66
%96
%26

Triadic Colors of #bc4008

#bc4008 #08bc40 #4008bc

Analogous Colors of #bc4008

#bc4008 #bc9a08 #bc082a

Monochromatic Colors of #bc4008

#bc4008

Complementary Color

#bc4008 #0884bc

#bc4008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4008 Color CSS Codes

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

#bc4008 Text Font Color

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

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


#bc4008 Background Color

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

This div background color is #bc4008


#bc4008 Border Color

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

This div border color is #bc4008


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,64,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 #bc4008">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4008


Comments

No comments written yet.

Please login to write comment.