Color Hex Logo

#bc354f Color Hex

#BC354F
(188,53,79)
0 Favorites   0 Comments

Color spaces of #bc354f

RGB 1885379
HSL0.970.560.47
HSV348°72°74°
CMYK 0.000.720.58   0.26
XYZ23.423413.80218.8267
Yxy13.80210.50860.2997
Hunter Lab37.151247.527711.9192
CIE-Lab43.947855.082516.7998

#bc354f color RGB value is (188,53,79).

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

The process color (four color CMYK) of #bc354f color hex is 0.00, 0.72, 0.58, 0.26. Web safe color of #bc354f is #cc3366. Color #bc354f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110101 01001111
Octal 274 65 117
Decimal 188 53 79
Hex BC 35 4F

RGB Percentages of Color #bc354f

%58.75
%16.56
%24.69

CMYK Percentages of Color #bc354f

%0
%72
%58
%26

Triadic Colors of #bc354f

#bc354f #4fbc35 #354fbc

Analogous Colors of #bc354f

#bc354f #bc5f35 #bc3593

Monochromatic Colors of #bc354f

#bc354f

Complementary Color

#bc354f #35bca2

#bc354f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc354f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc354f Color CSS Codes

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

#bc354f Text Font Color

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

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


#bc354f Background Color

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

This div background color is #bc354f


#bc354f Border Color

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

This div border color is #bc354f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc354f


Comments

No comments written yet.

Please login to write comment.