Color Hex Logo

#bc062e Color Hex

#BC062E
(188,6,46)
0 Favorites   0 Comments

Color spaces of #bc062e

RGB 188646
HSL0.960.940.38
HSV347°97°74°
CMYK 0.000.970.76   0.26
XYZ21.297311.01893.5891
Yxy11.01890.59320.3069
Hunter Lab33.194756.432516.8257
CIE-Lab39.612363.983031.7566

#bc062e color RGB value is (188,6,46).

#bc062e hex color red value is 188, green value is 6 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bc062e hue: 0.96 , saturation: 0.94 and the lightness value of bc062e is 0.38.

The process color (four color CMYK) of #bc062e color hex is 0.00, 0.97, 0.76, 0.26. Web safe color of #bc062e is #cc0033. Color #bc062e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000110 00101110
Octal 274 6 56
Decimal 188 6 46
Hex BC 6 2E

RGB Percentages of Color #bc062e

%78.33
%2.50
%19.17

CMYK Percentages of Color #bc062e

%0
%97
%76
%26

Triadic Colors of #bc062e

#bc062e #2ebc06 #062ebc

Analogous Colors of #bc062e

#bc062e #bc3906 #bc0689

Monochromatic Colors of #bc062e

#bc062e

Complementary Color

#bc062e #06bc94

#bc062e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc062e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc062e Color CSS Codes

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

#bc062e Text Font Color

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

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


#bc062e Background Color

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

This div background color is #bc062e


#bc062e Border Color

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

This div border color is #bc062e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc062e


Comments

No comments written yet.

Please login to write comment.