Color Hex Logo

#bc313b Color Hex

#BC313B
(188,49,59)
0 Favorites   0 Comments

Color spaces of #bc313b

RGB 1884959
HSL0.990.590.46
HSV356°74°74°
CMYK 0.000.740.69   0.26
XYZ22.626813.20385.4937
Yxy13.20380.54750.3195
Hunter Lab36.337047.560816.4720
CIE-Lab43.068755.276827.9391

#bc313b color RGB value is (188,49,59).

#bc313b hex color red value is 188, green value is 49 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bc313b hue: 0.99 , saturation: 0.59 and the lightness value of bc313b is 0.46.

The process color (four color CMYK) of #bc313b color hex is 0.00, 0.74, 0.69, 0.26. Web safe color of #bc313b is #cc3333. Color #bc313b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110001 00111011
Octal 274 61 73
Decimal 188 49 59
Hex BC 31 3B

RGB Percentages of Color #bc313b

%63.51
%16.55
%19.93

CMYK Percentages of Color #bc313b

%0
%74
%69
%26

Triadic Colors of #bc313b

#bc313b #3bbc31 #313bbc

Analogous Colors of #bc313b

#bc313b #bc6d31 #bc3181

Monochromatic Colors of #bc313b

#bc313b

Complementary Color

#bc313b #31bcb2

#bc313b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc313b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc313b Color CSS Codes

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

#bc313b Text Font Color

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

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


#bc313b Background Color

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

This div background color is #bc313b


#bc313b Border Color

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

This div border color is #bc313b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc313b


Comments

No comments written yet.

Please login to write comment.