Color Hex Logo

#bc353f Color Hex

#BC353F
(188,53,63)
0 Favorites   0 Comments

Color spaces of #bc353f

RGB 1885363
HSL0.990.560.47
HSV356°72°74°
CMYK 0.000.720.66   0.26
XYZ22.909313.59656.1195
Yxy13.59650.53750.3190
Hunter Lab36.873446.372815.9717
CIE-Lab43.648654.061626.2331

#bc353f color RGB value is (188,53,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110101 00111111
Octal 274 65 77
Decimal 188 53 63
Hex BC 35 3F

RGB Percentages of Color #bc353f

%61.84
%17.43
%20.72

CMYK Percentages of Color #bc353f

%0
%72
%66
%26

Triadic Colors of #bc353f

#bc353f #3fbc35 #353fbc

Analogous Colors of #bc353f

#bc353f #bc6f35 #bc3583

Monochromatic Colors of #bc353f

#bc353f

Complementary Color

#bc353f #35bcb2

#bc353f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc353f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc353f Color CSS Codes

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

#bc353f Text Font Color

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

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


#bc353f Background Color

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

This div background color is #bc353f


#bc353f Border Color

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

This div border color is #bc353f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc353f


Comments

No comments written yet.

Please login to write comment.