Color Hex Logo

#bc386d Color Hex

#BC386D
(188,56,109)
0 Favorites   0 Comments

Color spaces of #bc386d

RGB 18856109
HSL0.930.540.48
HSV336°70°74°
CMYK 0.000.700.42   0.26
XYZ24.913514.623815.9776
Yxy14.62380.44880.2634
Hunter Lab38.241149.36821.9967
CIE-Lab45.114656.5644-0.1207

#bc386d color RGB value is (188,56,109).

#bc386d hex color red value is 188, green value is 56 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bc386d hue: 0.93 , saturation: 0.54 and the lightness value of bc386d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111000 01101101
Octal 274 70 155
Decimal 188 56 109
Hex BC 38 6D

RGB Percentages of Color #bc386d

%53.26
%15.86
%30.88

CMYK Percentages of Color #bc386d

%0
%70
%42
%26

Triadic Colors of #bc386d

#bc386d #6dbc38 #386dbc

Analogous Colors of #bc386d

#bc386d #bc4538 #bc38af

Monochromatic Colors of #bc386d

#bc386d

Complementary Color

#bc386d #38bc87

#bc386d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc386d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc386d Color CSS Codes

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

#bc386d Text Font Color

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

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


#bc386d Background Color

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

This div background color is #bc386d


#bc386d Border Color

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

This div border color is #bc386d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc386d


Comments

No comments written yet.

Please login to write comment.