Color Hex Logo

#bc454d Color Hex

#BC454D
(188,69,77)
0 Favorites   0 Comments

Color spaces of #bc454d

RGB 1886977
HSL0.990.470.50
HSV356°63°74°
CMYK 0.000.630.59   0.26
XYZ24.206715.48348.7339
Yxy15.48340.49990.3197
Hunter Lab39.349040.949014.3842
CIE-Lab46.289348.445821.1413

#bc454d color RGB value is (188,69,77).

#bc454d hex color red value is 188, green value is 69 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bc454d hue: 0.99 , saturation: 0.47 and the lightness value of bc454d is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000101 01001101
Octal 274 105 115
Decimal 188 69 77
Hex BC 45 4D

RGB Percentages of Color #bc454d

%56.29
%20.66
%23.05

CMYK Percentages of Color #bc454d

%0
%63
%59
%26

Triadic Colors of #bc454d

#bc454d #4dbc45 #454dbc

Analogous Colors of #bc454d

#bc454d #bc7945 #bc4589

Monochromatic Colors of #bc454d

#bc454d

Complementary Color

#bc454d #45bcb4

#bc454d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc454d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc454d Color CSS Codes

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

#bc454d Text Font Color

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

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


#bc454d Background Color

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

This div background color is #bc454d


#bc454d Border Color

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

This div border color is #bc454d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,69,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 #bc454d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc454d


Comments

No comments written yet.

Please login to write comment.