Color Hex Logo

#bc354b Color Hex

#BC354B
(188,53,75)
0 Favorites   0 Comments

Color spaces of #bc354b

RGB 1885375
HSL0.970.560.47
HSV350°72°74°
CMYK 0.000.720.60   0.26
XYZ23.282113.74568.0827
Yxy13.74560.51610.3047
Hunter Lab37.075147.211713.0268
CIE-Lab43.865954.804019.1623

#bc354b color RGB value is (188,53,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110101 01001011
Octal 274 65 113
Decimal 188 53 75
Hex BC 35 4B

RGB Percentages of Color #bc354b

%59.49
%16.77
%23.73

CMYK Percentages of Color #bc354b

%0
%72
%60
%26

Triadic Colors of #bc354b

#bc354b #4bbc35 #354bbc

Analogous Colors of #bc354b

#bc354b #bc6235 #bc358f

Monochromatic Colors of #bc354b

#bc354b

Complementary Color

#bc354b #35bca6

#bc354b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc354b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc354b Color CSS Codes

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

#bc354b Text Font Color

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

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


#bc354b Background Color

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

This div background color is #bc354b


#bc354b Border Color

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

This div border color is #bc354b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc354b


Comments

No comments written yet.

Please login to write comment.