Color Hex Logo

#bc154d Color Hex

#BC154D
(188,21,77)
0 Favorites   0 Comments

Color spaces of #bc154d

RGB 1882177
HSL0.940.800.41
HSV340°89°74°
CMYK 0.000.890.59   0.26
XYZ22.346811.76358.1140
Yxy11.76350.52920.2786
Hunter Lab34.298056.28019.9821
CIE-Lab40.837763.609513.8330

#bc154d color RGB value is (188,21,77).

#bc154d hex color red value is 188, green value is 21 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bc154d hue: 0.94 , saturation: 0.80 and the lightness value of bc154d is 0.41.

The process color (four color CMYK) of #bc154d color hex is 0.00, 0.89, 0.59, 0.26. Web safe color of #bc154d is #cc0066. Color #bc154d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010101 01001101
Octal 274 25 115
Decimal 188 21 77
Hex BC 15 4D

RGB Percentages of Color #bc154d

%65.73
%7.34
%26.92

CMYK Percentages of Color #bc154d

%0
%89
%59
%26

Triadic Colors of #bc154d

#bc154d #4dbc15 #154dbc

Analogous Colors of #bc154d

#bc154d #bc3115 #bc15a1

Monochromatic Colors of #bc154d

#bc154d

Complementary Color

#bc154d #15bc84

#bc154d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc154d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc154d Color CSS Codes

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

#bc154d Text Font Color

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

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


#bc154d Background Color

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

This div background color is #bc154d


#bc154d Border Color

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

This div border color is #bc154d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc154d


Comments

No comments written yet.

Please login to write comment.