Color Hex Logo

#bc090a Color Hex

#BC090A
(188,9,10)
0 Favorites   0 Comments

Color spaces of #bc090a

RGB 188910
HSL1.000.910.39
HSV360°95°74°
CMYK 0.000.950.95   0.26
XYZ20.891510.90871.2916
Yxy10.90870.63130.3296
Hunter Lab33.028355.107620.8012
CIE-Lab39.426362.843549.9498

#bc090a color RGB value is (188,9,10).

#bc090a hex color red value is 188, green value is 9 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bc090a hue: 1.00 , saturation: 0.91 and the lightness value of bc090a is 0.39.

The process color (four color CMYK) of #bc090a color hex is 0.00, 0.95, 0.95, 0.26. Web safe color of #bc090a is #cc0000. Color #bc090a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001001 00001010
Octal 274 11 12
Decimal 188 9 10
Hex BC 9 A

RGB Percentages of Color #bc090a

%90.82
%4.35
%4.83

CMYK Percentages of Color #bc090a

%0
%95
%95
%26

Triadic Colors of #bc090a

#bc090a #0abc09 #090abc

Analogous Colors of #bc090a

#bc090a #bc6109 #bc0964

Monochromatic Colors of #bc090a

#bc090a

Complementary Color

#bc090a #09bcbb

#bc090a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc090a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc090a Color CSS Codes

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

#bc090a Text Font Color

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

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


#bc090a Background Color

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

This div background color is #bc090a


#bc090a Border Color

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

This div border color is #bc090a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc090a


Comments

No comments written yet.

Please login to write comment.