Color Hex Logo

#bc012a Color Hex

#BC012A
(188,1,42)
0 Favorites   0 Comments

Color spaces of #bc012a

RGB 188142
HSL0.960.990.37
HSV347°99°74°
CMYK 0.000.990.78   0.26
XYZ21.167810.88023.1749
Yxy10.88020.60100.3089
Hunter Lab32.985156.826117.3828
CIE-Lab39.378064.376233.9209

#bc012a color RGB value is (188,1,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000001 00101010
Octal 274 1 52
Decimal 188 1 42
Hex BC 1 2A

RGB Percentages of Color #bc012a

%81.39
%0.43
%18.18

CMYK Percentages of Color #bc012a

%0
%99
%78
%26

Triadic Colors of #bc012a

#bc012a #2abc01 #012abc

Analogous Colors of #bc012a

#bc012a #bc3601 #bc0188

Monochromatic Colors of #bc012a

#bc012a

Complementary Color

#bc012a #01bc93

#bc012a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc012a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc012a Color CSS Codes

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

#bc012a Text Font Color

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

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


#bc012a Background Color

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

This div background color is #bc012a


#bc012a Border Color

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

This div border color is #bc012a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc012a


Comments

No comments written yet.

Please login to write comment.