color codes Logo

#bc323c color codes

#BC323C
(188,50,60)
0 Favorites   0 Comments

Color spaces of #bc323c

RGB 1885060
HSL0.990.580.47
HSV356°73°74°
CMYK 0.000.730.68   0.26
XYZ22.695313.29885.6457
Yxy13.29880.54500.3194
Hunter Lab36.467547.270016.3483
CIE-Lab43.210154.980027.5074

#bc323c color RGB value is (188,50,60).

#bc323c hex color red value is 188, green value is 50 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #bc323c hue: 0.99 , saturation: 0.58 and the lightness value of bc323c is 0.47.

The process color (four color CMYK) of #bc323c color code is 0.00, 0.73, 0.68, 0.26. Web safe color of #bc323c is #cc3333. Color #bc323c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110010 00111100
Octal 274 62 74
Decimal 188 50 60
Hex BC 32 3C

RGB Percentages of Color #bc323c

%63.09
%16.78
%20.13

CMYK Percentages of Color #bc323c

%0
%73
%68
%26

Triadic Colors of #bc323c

#bc323c #3cbc32 #323cbc

Analogous Colors of #bc323c

#bc323c #bc6d32 #bc3281

Monochromatic Colors of #bc323c

#bc323c

Complementary Color

#bc323c #32bcb2

#bc323c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc323c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc323c Color CSS Codes

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

#bc323c Text Font Color

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

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


#bc323c Background Color

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

This div background color is #bc323c


#bc323c Border Color

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

This div border color is #bc323c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc323c


Comments

No comments written yet.

Please login to write comment.