Color Hex Logo

#bc406d Color Hex

#BC406D
(188,64,109)
0 Favorites   0 Comments

Color spaces of #bc406d

RGB 18864109
HSL0.940.490.49
HSV338°66°74°
CMYK 0.000.660.42   0.26
XYZ25.332815.462316.1173
Yxy15.46230.44510.2717
Hunter Lab39.322146.18273.2238
CIE-Lab46.261053.40811.5494

#bc406d color RGB value is (188,64,109).

#bc406d hex color red value is 188, green value is 64 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bc406d hue: 0.94 , saturation: 0.49 and the lightness value of bc406d is 0.49.

The process color (four color CMYK) of #bc406d color hex is 0.00, 0.66, 0.42, 0.26. Web safe color of #bc406d is #cc3366. Color #bc406d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000000 01101101
Octal 274 100 155
Decimal 188 64 109
Hex BC 40 6D

RGB Percentages of Color #bc406d

%52.08
%17.73
%30.19

CMYK Percentages of Color #bc406d

%0
%66
%42
%26

Triadic Colors of #bc406d

#bc406d #6dbc40 #406dbc

Analogous Colors of #bc406d

#bc406d #bc5140 #bc40ab

Monochromatic Colors of #bc406d

#bc406d

Complementary Color

#bc406d #40bc8f

#bc406d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc406d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc406d Color CSS Codes

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

#bc406d Text Font Color

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

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


#bc406d Background Color

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

This div background color is #bc406d


#bc406d Border Color

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

This div border color is #bc406d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc406d


Comments

No comments written yet.

Please login to write comment.