Color Hex Logo

#bc052b Color Hex

#BC052B
(188,5,43)
0 Favorites   0 Comments

Color spaces of #bc052b

RGB 188543
HSL0.970.950.38
HSV348°97°74°
CMYK 0.000.970.77   0.26
XYZ21.229410.97433.2848
Yxy10.97430.59820.3092
Hunter Lab33.127556.416817.3103
CIE-Lab39.537263.983733.4932

#bc052b color RGB value is (188,5,43).

#bc052b hex color red value is 188, green value is 5 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bc052b hue: 0.97 , saturation: 0.95 and the lightness value of bc052b is 0.38.

The process color (four color CMYK) of #bc052b color hex is 0.00, 0.97, 0.77, 0.26. Web safe color of #bc052b is #cc0033. Color #bc052b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000101 00101011
Octal 274 5 53
Decimal 188 5 43
Hex BC 5 2B

RGB Percentages of Color #bc052b

%79.66
%2.12
%18.22

CMYK Percentages of Color #bc052b

%0
%97
%77
%26

Triadic Colors of #bc052b

#bc052b #2bbc05 #052bbc

Analogous Colors of #bc052b

#bc052b #bc3a05 #bc0587

Monochromatic Colors of #bc052b

#bc052b

Complementary Color

#bc052b #05bc96

#bc052b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc052b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc052b Color CSS Codes

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

#bc052b Text Font Color

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

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


#bc052b Background Color

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

This div background color is #bc052b


#bc052b Border Color

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

This div border color is #bc052b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc052b


Comments

No comments written yet.

Please login to write comment.