Color Hex Logo

#bc333b Color Hex

#BC333B
(188,51,59)
0 Favorites   0 Comments

Color spaces of #bc333b

RGB 1885159
HSL0.990.570.47
HSV356°73°74°
CMYK 0.000.730.69   0.26
XYZ22.712313.37485.5222
Yxy13.37480.54580.3214
Hunter Lab36.571646.854816.6475
CIE-Lab43.322654.572228.2493

#bc333b color RGB value is (188,51,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110011 00111011
Octal 274 63 73
Decimal 188 51 59
Hex BC 33 3B

RGB Percentages of Color #bc333b

%63.09
%17.11
%19.80

CMYK Percentages of Color #bc333b

%0
%73
%69
%26

Triadic Colors of #bc333b

#bc333b #3bbc33 #333bbc

Analogous Colors of #bc333b

#bc333b #bc7033 #bc3380

Monochromatic Colors of #bc333b

#bc333b

Complementary Color

#bc333b #33bcb4

#bc333b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc333b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc333b Color CSS Codes

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

#bc333b Text Font Color

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

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


#bc333b Background Color

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

This div background color is #bc333b


#bc333b Border Color

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

This div border color is #bc333b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc333b


Comments

No comments written yet.

Please login to write comment.