Color Hex Logo

#bc386f Color Hex

#BC386F
(188,56,111)
0 Favorites   0 Comments

Color spaces of #bc386f

RGB 18856111
HSL0.930.540.48
HSV335°70°74°
CMYK 0.000.700.41   0.26
XYZ25.022514.667416.5512
Yxy14.66740.44490.2608
Hunter Lab38.298049.60361.1854
CIE-Lab45.175256.7689-1.2636

#bc386f color RGB value is (188,56,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111000 01101111
Octal 274 70 157
Decimal 188 56 111
Hex BC 38 6F

RGB Percentages of Color #bc386f

%52.96
%15.77
%31.27

CMYK Percentages of Color #bc386f

%0
%70
%41
%26

Triadic Colors of #bc386f

#bc386f #6fbc38 #386fbc

Analogous Colors of #bc386f

#bc386f #bc4338 #bc38b1

Monochromatic Colors of #bc386f

#bc386f

Complementary Color

#bc386f #38bc85

#bc386f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc386f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc386f Color CSS Codes

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

#bc386f Text Font Color

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

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


#bc386f Background Color

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

This div background color is #bc386f


#bc386f Border Color

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

This div border color is #bc386f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc386f


Comments

No comments written yet.

Please login to write comment.