Color Hex Logo

#bc4256 Color Hex

#BC4256
(188,66,86)
0 Favorites   0 Comments

Color spaces of #bc4256

RGB 1886686
HSL0.970.480.50
HSV350°65°74°
CMYK 0.000.650.54   0.26
XYZ24.367015.259710.4652
Yxy15.25970.48640.3046
Hunter Lab39.063742.982711.4607
CIE-Lab45.987950.443215.2622

#bc4256 color RGB value is (188,66,86).

#bc4256 hex color red value is 188, green value is 66 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #bc4256 hue: 0.97 , saturation: 0.48 and the lightness value of bc4256 is 0.50.

The process color (four color CMYK) of #bc4256 color hex is 0.00, 0.65, 0.54, 0.26. Web safe color of #bc4256 is #cc3366. Color #bc4256 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000010 01010110
Octal 274 102 126
Decimal 188 66 86
Hex BC 42 56

RGB Percentages of Color #bc4256

%55.29
%19.41
%25.29

CMYK Percentages of Color #bc4256

%0
%65
%54
%26

Triadic Colors of #bc4256

#bc4256 #56bc42 #4256bc

Analogous Colors of #bc4256

#bc4256 #bc6b42 #bc4293

Monochromatic Colors of #bc4256

#bc4256

Complementary Color

#bc4256 #42bca8

#bc4256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4256 Color CSS Codes

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

#bc4256 Text Font Color

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

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


#bc4256 Background Color

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

This div background color is #bc4256


#bc4256 Border Color

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

This div border color is #bc4256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4256


Comments

No comments written yet.

Please login to write comment.