Color Hex Logo

#bc082e Color Hex

#BC082E
(188,8,46)
0 Favorites   0 Comments

Color spaces of #bc082e

RGB 188846
HSL0.960.920.38
HSV347°96°74°
CMYK 0.000.960.76   0.26
XYZ21.319011.06233.5964
Yxy11.06230.59260.3075
Hunter Lab33.260056.209816.8710
CIE-Lab39.685263.771831.8389

#bc082e color RGB value is (188,8,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001000 00101110
Octal 274 10 56
Decimal 188 8 46
Hex BC 8 2E

RGB Percentages of Color #bc082e

%77.69
%3.31
%19.01

CMYK Percentages of Color #bc082e

%0
%96
%76
%26

Triadic Colors of #bc082e

#bc082e #2ebc08 #082ebc

Analogous Colors of #bc082e

#bc082e #bc3c08 #bc0888

Monochromatic Colors of #bc082e

#bc082e

Complementary Color

#bc082e #08bc96

#bc082e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc082e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc082e Color CSS Codes

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

#bc082e Text Font Color

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

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


#bc082e Background Color

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

This div background color is #bc082e


#bc082e Border Color

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

This div border color is #bc082e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc082e


Comments

No comments written yet.

Please login to write comment.