Color Hex Logo

#bc352f Color Hex

#BC352F
(188,53,47)
0 Favorites   0 Comments

Color spaces of #bc352f

RGB 1885347
HSL0.010.600.46
HSV75°74°
CMYK 0.000.720.75   0.26
XYZ22.525213.44284.0968
Yxy13.44280.56220.3355
Hunter Lab36.664445.500719.0402
CIE-Lab43.423053.285235.4354

#bc352f color RGB value is (188,53,47).

#bc352f hex color red value is 188, green value is 53 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bc352f hue: 0.01 , saturation: 0.60 and the lightness value of bc352f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110101 00101111
Octal 274 65 57
Decimal 188 53 47
Hex BC 35 2F

RGB Percentages of Color #bc352f

%65.28
%18.40
%16.32

CMYK Percentages of Color #bc352f

%0
%72
%75
%26

Triadic Colors of #bc352f

#bc352f #2fbc35 #352fbc

Analogous Colors of #bc352f

#bc352f #bc7c2f #bc2f70

Monochromatic Colors of #bc352f

#bc352f

Complementary Color

#bc352f #2fb6bc

#bc352f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc352f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc352f Color CSS Codes

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

#bc352f Text Font Color

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

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


#bc352f Background Color

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

This div background color is #bc352f


#bc352f Border Color

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

This div border color is #bc352f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc352f


Comments

No comments written yet.

Please login to write comment.