Color Hex Logo

#bc003a Color Hex

#BC003A
(188,0,58)
0 Favorites   0 Comments

Color spaces of #bc003a

RGB 188058
HSL0.951.000.37
HSV341°100°74°
CMYK 0.001.000.69   0.26
XYZ21.502810.99694.9923
Yxy10.99690.57350.2933
Hunter Lab33.161657.711114.2873
CIE-Lab39.575265.116324.2363

#bc003a color RGB value is (188,0,58).

#bc003a hex color red value is 188, green value is 0 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bc003a hue: 0.95 , saturation: 1.00 and the lightness value of bc003a is 0.37.

The process color (four color CMYK) of #bc003a color hex is 0.00, 1.00, 0.69, 0.26. Web safe color of #bc003a is #cc0033. Color #bc003a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000000 00111010
Octal 274 0 72
Decimal 188 0 58
Hex BC 0 3A

RGB Percentages of Color #bc003a

%76.42
%0.00
%23.58

CMYK Percentages of Color #bc003a

%0
%100
%69
%26

Triadic Colors of #bc003a

#bc003a #3abc00 #003abc

Analogous Colors of #bc003a

#bc003a #bc2400 #bc0098

Monochromatic Colors of #bc003a

#bc003a

Complementary Color

#bc003a #00bc82

#bc003a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc003a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc003a Color CSS Codes

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

#bc003a Text Font Color

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

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


#bc003a Background Color

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

This div background color is #bc003a


#bc003a Border Color

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

This div border color is #bc003a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc003a


Comments

No comments written yet.

Please login to write comment.