Color Hex Logo

#bc223c Color Hex

#BC223C
(188,34,60)
0 Favorites   0 Comments

Color spaces of #bc223c

RGB 1883460
HSL0.970.690.44
HSV350°82°74°
CMYK 0.000.820.68   0.26
XYZ22.126712.16175.4562
Yxy12.16170.55670.3060
Hunter Lab34.873652.226215.1352
CIE-Lab41.472059.859325.3547

#bc223c color RGB value is (188,34,60).

#bc223c hex color red value is 188, green value is 34 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #bc223c hue: 0.97 , saturation: 0.69 and the lightness value of bc223c is 0.44.

The process color (four color CMYK) of #bc223c color hex is 0.00, 0.82, 0.68, 0.26. Web safe color of #bc223c is #cc3333. Color #bc223c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100010 00111100
Octal 274 42 74
Decimal 188 34 60
Hex BC 22 3C

RGB Percentages of Color #bc223c

%66.67
%12.06
%21.28

CMYK Percentages of Color #bc223c

%0
%82
%68
%26

Triadic Colors of #bc223c

#bc223c #3cbc22 #223cbc

Analogous Colors of #bc223c

#bc223c #bc5522 #bc2289

Monochromatic Colors of #bc223c

#bc223c

Complementary Color

#bc223c #22bca2

#bc223c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc223c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc223c Color CSS Codes

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

#bc223c Text Font Color

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

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


#bc223c Background Color

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

This div background color is #bc223c


#bc223c Border Color

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

This div border color is #bc223c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc223c


Comments

No comments written yet.

Please login to write comment.