Color Hex Logo

#bc310f Color Hex

#BC310F
(188,49,15)
0 Favorites   0 Comments

Color spaces of #bc310f

RGB 1884915
HSL0.030.850.40
HSV12°92°74°
CMYK 0.000.740.92   0.26
XYZ21.923612.92251.7907
Yxy12.92250.59840.3527
Hunter Lab35.947945.953322.2101
CIE-Lab42.646253.853850.2533

#bc310f color RGB value is (188,49,15).

#bc310f hex color red value is 188, green value is 49 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bc310f hue: 0.03 , saturation: 0.85 and the lightness value of bc310f is 0.40.

The process color (four color CMYK) of #bc310f color hex is 0.00, 0.74, 0.92, 0.26. Web safe color of #bc310f is #cc3300. Color #bc310f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110001 00001111
Octal 274 61 17
Decimal 188 49 15
Hex BC 31 F

RGB Percentages of Color #bc310f

%74.60
%19.44
%5.95

CMYK Percentages of Color #bc310f

%0
%74
%92
%26

Triadic Colors of #bc310f

#bc310f #0fbc31 #310fbc

Analogous Colors of #bc310f

#bc310f #bc880f #bc0f44

Monochromatic Colors of #bc310f

#bc310f

Complementary Color

#bc310f #0f9abc

#bc310f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc310f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc310f Color CSS Codes

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

#bc310f Text Font Color

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

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


#bc310f Background Color

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

This div background color is #bc310f


#bc310f Border Color

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

This div border color is #bc310f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc310f


Comments

No comments written yet.

Please login to write comment.