color codes Logo

#bc032e color codes

#BC032E
(188,3,46)
0 Favorites   0 Comments

Color spaces of #bc032e

RGB 188346
HSL0.960.970.37
HSV346°98°74°
CMYK 0.000.980.76   0.26
XYZ21.264710.95373.5783
Yxy10.95370.59400.3060
Hunter Lab33.096456.769116.7572
CIE-Lab39.502464.301731.6315

#bc032e color RGB value is (188,3,46).

#bc032e hex color red value is 188, green value is 3 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bc032e hue: 0.96 , saturation: 0.97 and the lightness value of bc032e is 0.37.

The process color (four color CMYK) of #bc032e color code is 0.00, 0.98, 0.76, 0.26. Web safe color of #bc032e is #cc0033. Color #bc032e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000011 00101110
Octal 274 3 56
Decimal 188 3 46
Hex BC 3 2E

RGB Percentages of Color #bc032e

%79.32
%1.27
%19.41

CMYK Percentages of Color #bc032e

%0
%98
%76
%26

Triadic Colors of #bc032e

#bc032e #2ebc03 #032ebc

Analogous Colors of #bc032e

#bc032e #bc3503 #bc038b

Monochromatic Colors of #bc032e

#bc032e

Complementary Color

#bc032e #03bc91

#bc032e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc032e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc032e Color CSS Codes

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

#bc032e Text Font Color

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

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


#bc032e Background Color

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

This div background color is #bc032e


#bc032e Border Color

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

This div border color is #bc032e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc032e


Comments

No comments written yet.

Please login to write comment.