Color Hex Logo

#bc071f Color Hex

#BC071F
(188,7,31)
0 Favorites   0 Comments

Color spaces of #bc071f

RGB 188731
HSL0.980.930.38
HSV352°96°74°
CMYK 0.000.960.84   0.26
XYZ21.062310.94232.2983
Yxy10.94230.61400.3190
Hunter Lab33.079155.766819.0360
CIE-Lab39.483163.418640.3877

#bc071f color RGB value is (188,7,31).

#bc071f hex color red value is 188, green value is 7 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bc071f hue: 0.98 , saturation: 0.93 and the lightness value of bc071f is 0.38.

The process color (four color CMYK) of #bc071f color hex is 0.00, 0.96, 0.84, 0.26. Web safe color of #bc071f is #cc0033. Color #bc071f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000111 00011111
Octal 274 7 37
Decimal 188 7 31
Hex BC 7 1F

RGB Percentages of Color #bc071f

%83.19
%3.10
%13.72

CMYK Percentages of Color #bc071f

%0
%96
%84
%26

Triadic Colors of #bc071f

#bc071f #1fbc07 #071fbc

Analogous Colors of #bc071f

#bc071f #bc4907 #bc077a

Monochromatic Colors of #bc071f

#bc071f

Complementary Color

#bc071f #07bca4

#bc071f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc071f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc071f Color CSS Codes

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

#bc071f Text Font Color

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

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


#bc071f Background Color

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

This div background color is #bc071f


#bc071f Border Color

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

This div border color is #bc071f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc071f


Comments

No comments written yet.

Please login to write comment.