Color Hex Logo

#bc445f Color Hex

#BC445F
(188,68,95)
0 Favorites   0 Comments

Color spaces of #bc445f

RGB 1886895
HSL0.960.470.50
HSV347°64°74°
CMYK 0.000.640.49   0.26
XYZ24.871715.651812.5367
Yxy15.65180.46870.2950
Hunter Lab39.562442.98368.9056
CIE-Lab46.514350.352010.4852

#bc445f color RGB value is (188,68,95).

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

The process color (four color CMYK) of #bc445f color hex is 0.00, 0.64, 0.49, 0.26. Web safe color of #bc445f is #cc3366. Color #bc445f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000100 01011111
Octal 274 104 137
Decimal 188 68 95
Hex BC 44 5F

RGB Percentages of Color #bc445f

%53.56
%19.37
%27.07

CMYK Percentages of Color #bc445f

%0
%64
%49
%26

Triadic Colors of #bc445f

#bc445f #5fbc44 #445fbc

Analogous Colors of #bc445f

#bc445f #bc6544 #bc449b

Monochromatic Colors of #bc445f

#bc445f

Complementary Color

#bc445f #44bca1

#bc445f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc445f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc445f Color CSS Codes

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

#bc445f Text Font Color

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

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


#bc445f Background Color

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

This div background color is #bc445f


#bc445f Border Color

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

This div border color is #bc445f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc445f


Comments

No comments written yet.

Please login to write comment.