Color Hex Logo

#bc0143 Color Hex

#BC0143
(188,1,67)
0 Favorites   0 Comments

Color spaces of #bc0143

RGB 188167
HSL0.940.990.37
HSV339°99°74°
CMYK 0.000.990.64   0.26
XYZ21.763011.11836.3092
Yxy11.11830.55530.2837
Hunter Lab33.344158.151012.1223
CIE-Lab39.779065.462018.7778

#bc0143 color RGB value is (188,1,67).

#bc0143 hex color red value is 188, green value is 1 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #bc0143 hue: 0.94 , saturation: 0.99 and the lightness value of bc0143 is 0.37.

The process color (four color CMYK) of #bc0143 color hex is 0.00, 0.99, 0.64, 0.26. Web safe color of #bc0143 is #cc0033. Color #bc0143 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000001 01000011
Octal 274 1 103
Decimal 188 1 67
Hex BC 1 43

RGB Percentages of Color #bc0143

%73.44
%0.39
%26.17

CMYK Percentages of Color #bc0143

%0
%99
%64
%26

Triadic Colors of #bc0143

#bc0143 #43bc01 #0143bc

Analogous Colors of #bc0143

#bc0143 #bc1d01 #bc01a1

Monochromatic Colors of #bc0143

#bc0143

Complementary Color

#bc0143 #01bc7a

#bc0143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc0143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc0143 Color CSS Codes

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

#bc0143 Text Font Color

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

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


#bc0143 Background Color

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

This div background color is #bc0143


#bc0143 Border Color

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

This div border color is #bc0143


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc0143


Comments

No comments written yet.

Please login to write comment.