Color Hex Logo

#bc343d Color Hex

#BC343D
(188,52,61)
0 Favorites   0 Comments

Color spaces of #bc343d

RGB 1885261
HSL0.990.570.47
HSV356°72°74°
CMYK 0.000.720.68   0.26
XYZ22.809313.48435.8154
Yxy13.48430.54170.3202
Hunter Lab36.721046.613916.3151
CIE-Lab43.484154.317327.2400

#bc343d color RGB value is (188,52,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110100 00111101
Octal 274 64 75
Decimal 188 52 61
Hex BC 34 3D

RGB Percentages of Color #bc343d

%62.46
%17.28
%20.27

CMYK Percentages of Color #bc343d

%0
%72
%68
%26

Triadic Colors of #bc343d

#bc343d #3dbc34 #343dbc

Analogous Colors of #bc343d

#bc343d #bc6f34 #bc3481

Monochromatic Colors of #bc343d

#bc343d

Complementary Color

#bc343d #34bcb3

#bc343d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc343d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc343d Color CSS Codes

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

#bc343d Text Font Color

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

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


#bc343d Background Color

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

This div background color is #bc343d


#bc343d Border Color

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

This div border color is #bc343d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc343d


Comments

No comments written yet.

Please login to write comment.