color codes Logo

#bc064c color codes

#BC064C
(188,6,76)
0 Favorites   0 Comments

Color spaces of #bc064c

RGB 188676
HSL0.940.940.38
HSV337°97°74°
CMYK 0.000.970.60   0.26
XYZ22.108711.34347.8617
Yxy11.34340.53510.2746
Hunter Lab33.680058.23379.7363
CIE-Lab40.152965.461413.5338

#bc064c color RGB value is (188,6,76).

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

The process color (four color CMYK) of #bc064c color code is 0.00, 0.97, 0.60, 0.26. Web safe color of #bc064c is #cc0033. Color #bc064c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000110 01001100
Octal 274 6 114
Decimal 188 6 76
Hex BC 6 4C

RGB Percentages of Color #bc064c

%69.63
%2.22
%28.15

CMYK Percentages of Color #bc064c

%0
%97
%60
%26

Triadic Colors of #bc064c

#bc064c #4cbc06 #064cbc

Analogous Colors of #bc064c

#bc064c #bc1b06 #bc06a7

Monochromatic Colors of #bc064c

#bc064c

Complementary Color

#bc064c #06bc76

#bc064c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc064c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc064c Color CSS Codes

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

#bc064c Text Font Color

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

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


#bc064c Background Color

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

This div background color is #bc064c


#bc064c Border Color

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

This div border color is #bc064c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc064c


Comments

No comments written yet.

Please login to write comment.