Color Hex Logo

#bc013f Color Hex

#BC013F
(188,1,63)
0 Favorites   0 Comments

Color spaces of #bc013f

RGB 188163
HSL0.940.990.37
HSV340°99°74°
CMYK 0.000.990.66   0.26
XYZ21.647111.07205.6988
Yxy11.07200.56350.2882
Hunter Lab33.274657.894213.1379
CIE-Lab39.701565.252221.2250

#bc013f color RGB value is (188,1,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000001 00111111
Octal 274 1 77
Decimal 188 1 63
Hex BC 1 3F

RGB Percentages of Color #bc013f

%74.60
%0.40
%25.00

CMYK Percentages of Color #bc013f

%0
%99
%66
%26

Triadic Colors of #bc013f

#bc013f #3fbc01 #013fbc

Analogous Colors of #bc013f

#bc013f #bc2001 #bc019d

Monochromatic Colors of #bc013f

#bc013f

Complementary Color

#bc013f #01bc7e

#bc013f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc013f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc013f Color CSS Codes

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

#bc013f Text Font Color

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

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


#bc013f Background Color

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

This div background color is #bc013f


#bc013f Border Color

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

This div border color is #bc013f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc013f


Comments

No comments written yet.

Please login to write comment.