Color Hex Logo

#bc0828 Color Hex

#BC0828
(188,8,40)
0 Favorites   0 Comments

Color spaces of #bc0828

RGB 188840
HSL0.970.920.38
HSV349°96°74°
CMYK 0.000.960.79   0.26
XYZ21.208911.01823.0164
Yxy11.01820.60180.3126
Hunter Lab33.193755.962617.8477
CIE-Lab39.611163.567335.3648

#bc0828 color RGB value is (188,8,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001000 00101000
Octal 274 10 50
Decimal 188 8 40
Hex BC 8 28

RGB Percentages of Color #bc0828

%79.66
%3.39
%16.95

CMYK Percentages of Color #bc0828

%0
%96
%79
%26

Triadic Colors of #bc0828

#bc0828 #28bc08 #0828bc

Analogous Colors of #bc0828

#bc0828 #bc4208 #bc0882

Monochromatic Colors of #bc0828

#bc0828

Complementary Color

#bc0828 #08bc9c

#bc0828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc0828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc0828 Color CSS Codes

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

#bc0828 Text Font Color

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

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


#bc0828 Background Color

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

This div background color is #bc0828


#bc0828 Border Color

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

This div border color is #bc0828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc0828


Comments

No comments written yet.

Please login to write comment.