Color Hex Logo

#bc043a Color Hex

#BC043A
(188,4,58)
0 Favorites   0 Comments

Color spaces of #bc043a

RGB 188458
HSL0.950.960.38
HSV342°98°74°
CMYK 0.000.980.69   0.26
XYZ21.546211.08375.0067
Yxy11.08370.57250.2945
Hunter Lab33.292257.261214.3881
CIE-Lab39.721164.692524.4190

#bc043a color RGB value is (188,4,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000100 00111010
Octal 274 4 72
Decimal 188 4 58
Hex BC 4 3A

RGB Percentages of Color #bc043a

%75.20
%1.60
%23.20

CMYK Percentages of Color #bc043a

%0
%98
%69
%26

Triadic Colors of #bc043a

#bc043a #3abc04 #043abc

Analogous Colors of #bc043a

#bc043a #bc2a04 #bc0496

Monochromatic Colors of #bc043a

#bc043a

Complementary Color

#bc043a #04bc86

#bc043a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc043a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc043a Color CSS Codes

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

#bc043a Text Font Color

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

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


#bc043a Background Color

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

This div background color is #bc043a


#bc043a Border Color

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

This div border color is #bc043a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc043a


Comments

No comments written yet.

Please login to write comment.