Color Hex Logo

#bc323d Color Hex

#BC323D
(188,50,61)
0 Favorites   0 Comments

Color spaces of #bc323d

RGB 1885061
HSL0.990.580.47
HSV355°73°74°
CMYK 0.000.730.68   0.26
XYZ22.721913.30955.7863
Yxy13.30950.54340.3183
Hunter Lab36.482247.329916.1338
CIE-Lab43.225955.032726.9208

#bc323d color RGB value is (188,50,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110010 00111101
Octal 274 62 75
Decimal 188 50 61
Hex BC 32 3D

RGB Percentages of Color #bc323d

%62.88
%16.72
%20.40

CMYK Percentages of Color #bc323d

%0
%73
%68
%26

Triadic Colors of #bc323d

#bc323d #3dbc32 #323dbc

Analogous Colors of #bc323d

#bc323d #bc6c32 #bc3282

Monochromatic Colors of #bc323d

#bc323d

Complementary Color

#bc323d #32bcb1

#bc323d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc323d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc323d Color CSS Codes

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

#bc323d Text Font Color

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

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


#bc323d Background Color

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

This div background color is #bc323d


#bc323d Border Color

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

This div border color is #bc323d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc323d


Comments

No comments written yet.

Please login to write comment.