Color Hex Logo

#bc354e Color Hex

#BC354E
(188,53,78)
0 Favorites   0 Comments

Color spaces of #bc354e

RGB 1885378
HSL0.970.560.47
HSV349°72°74°
CMYK 0.000.720.59   0.26
XYZ23.387313.78768.6364
Yxy13.78760.51050.3010
Hunter Lab37.131747.447512.2020
CIE-Lab43.926855.011917.3902

#bc354e color RGB value is (188,53,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110101 01001110
Octal 274 65 116
Decimal 188 53 78
Hex BC 35 4E

RGB Percentages of Color #bc354e

%58.93
%16.61
%24.45

CMYK Percentages of Color #bc354e

%0
%72
%59
%26

Triadic Colors of #bc354e

#bc354e #4ebc35 #354ebc

Analogous Colors of #bc354e

#bc354e #bc5f35 #bc3592

Monochromatic Colors of #bc354e

#bc354e

Complementary Color

#bc354e #35bca3

#bc354e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc354e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc354e Color CSS Codes

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

#bc354e Text Font Color

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

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


#bc354e Background Color

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

This div background color is #bc354e


#bc354e Border Color

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

This div border color is #bc354e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc354e


Comments

No comments written yet.

Please login to write comment.