Color Hex Logo

#bc290f Color Hex

#BC290F
(188,41,15)
0 Favorites   0 Comments

Color spaces of #bc290f

RGB 1884115
HSL0.030.850.40
HSV92°74°
CMYK 0.000.780.92   0.26
XYZ21.618212.31171.6889
Yxy12.31170.60690.3457
Hunter Lab35.088048.572221.7078
CIE-Lab41.707356.470549.6171

#bc290f color RGB value is (188,41,15).

#bc290f hex color red value is 188, green value is 41 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bc290f hue: 0.03 , saturation: 0.85 and the lightness value of bc290f is 0.40.

The process color (four color CMYK) of #bc290f color hex is 0.00, 0.78, 0.92, 0.26. Web safe color of #bc290f is #cc3300. Color #bc290f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101001 00001111
Octal 274 51 17
Decimal 188 41 15
Hex BC 29 F

RGB Percentages of Color #bc290f

%77.05
%16.80
%6.15

CMYK Percentages of Color #bc290f

%0
%78
%92
%26

Triadic Colors of #bc290f

#bc290f #0fbc29 #290fbc

Analogous Colors of #bc290f

#bc290f #bc800f #bc0f4b

Monochromatic Colors of #bc290f

#bc290f

Complementary Color

#bc290f #0fa2bc

#bc290f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc290f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc290f Color CSS Codes

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

#bc290f Text Font Color

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

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


#bc290f Background Color

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

This div background color is #bc290f


#bc290f Border Color

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

This div border color is #bc290f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc290f


Comments

No comments written yet.

Please login to write comment.