Color Hex Logo

#bc043f Color Hex

#BC043F
(188,4,63)
0 Favorites   0 Comments

Color spaces of #bc043f

RGB 188463
HSL0.950.960.38
HSV341°98°74°
CMYK 0.000.980.66   0.26
XYZ21.679711.13715.7097
Yxy11.13710.56270.2891
Hunter Lab33.372357.557713.2166
CIE-Lab39.810464.935721.3652

#bc043f color RGB value is (188,4,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000100 00111111
Octal 274 4 77
Decimal 188 4 63
Hex BC 4 3F

RGB Percentages of Color #bc043f

%73.73
%1.57
%24.71

CMYK Percentages of Color #bc043f

%0
%98
%66
%26

Triadic Colors of #bc043f

#bc043f #3fbc04 #043fbc

Analogous Colors of #bc043f

#bc043f #bc2504 #bc049b

Monochromatic Colors of #bc043f

#bc043f

Complementary Color

#bc043f #04bc81

#bc043f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc043f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc043f Color CSS Codes

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

#bc043f Text Font Color

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

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


#bc043f Background Color

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

This div background color is #bc043f


#bc043f Border Color

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

This div border color is #bc043f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,4,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 #bc043f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc043f


Comments

No comments written yet.

Please login to write comment.