Color Hex Logo

#bc331d Color Hex

#BC331D
(188,51,29)
0 Favorites   0 Comments

Color spaces of #bc331d

RGB 1885129
HSL0.020.730.43
HSV85°74°
CMYK 0.000.730.85   0.26
XYZ22.144613.14772.5330
Yxy13.14770.58540.3476
Hunter Lab36.259845.559121.2400
CIE-Lab42.985053.420744.6045

#bc331d color RGB value is (188,51,29).

#bc331d hex color red value is 188, green value is 51 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bc331d hue: 0.02 , saturation: 0.73 and the lightness value of bc331d is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110011 00011101
Octal 274 63 35
Decimal 188 51 29
Hex BC 33 1D

RGB Percentages of Color #bc331d

%70.15
%19.03
%10.82

CMYK Percentages of Color #bc331d

%0
%73
%85
%26

Triadic Colors of #bc331d

#bc331d #1dbc33 #331dbc

Analogous Colors of #bc331d

#bc331d #bc831d #bc1d56

Monochromatic Colors of #bc331d

#bc331d

Complementary Color

#bc331d #1da6bc

#bc331d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc331d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc331d Color CSS Codes

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

#bc331d Text Font Color

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

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


#bc331d Background Color

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

This div background color is #bc331d


#bc331d Border Color

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

This div border color is #bc331d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc331d


Comments

No comments written yet.

Please login to write comment.