Color Hex Logo

#bc084c Color Hex

#BC084C
(188,8,76)
0 Favorites   0 Comments

Color spaces of #bc084c

RGB 188876
HSL0.940.920.38
HSV337°96°74°
CMYK 0.000.960.60   0.26
XYZ22.130411.38687.8690
Yxy11.38680.53470.2751
Hunter Lab33.744358.01239.7949
CIE-Lab40.224565.253713.6314

#bc084c color RGB value is (188,8,76).

#bc084c hex color red value is 188, green value is 8 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #bc084c hue: 0.94 , saturation: 0.92 and the lightness value of bc084c is 0.38.

The process color (four color CMYK) of #bc084c color hex is 0.00, 0.96, 0.60, 0.26. Web safe color of #bc084c is #cc0033. Color #bc084c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001000 01001100
Octal 274 10 114
Decimal 188 8 76
Hex BC 8 4C

RGB Percentages of Color #bc084c

%69.12
%2.94
%27.94

CMYK Percentages of Color #bc084c

%0
%96
%60
%26

Triadic Colors of #bc084c

#bc084c #4cbc08 #084cbc

Analogous Colors of #bc084c

#bc084c #bc1e08 #bc08a6

Monochromatic Colors of #bc084c

#bc084c

Complementary Color

#bc084c #08bc78

#bc084c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc084c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc084c Color CSS Codes

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

#bc084c Text Font Color

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

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


#bc084c Background Color

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

This div background color is #bc084c


#bc084c Border Color

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

This div border color is #bc084c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc084c


Comments

No comments written yet.

Please login to write comment.