Color Hex Logo

#bc4648 Color Hex

#BC4648
(188,70,72)
0 Favorites   0 Comments

Color spaces of #bc4648

RGB 1887072
HSL1.000.470.51
HSV359°63°74°
CMYK 0.000.630.62   0.26
XYZ24.098915.53967.8602
Yxy15.53960.50740.3272
Hunter Lab39.420340.137315.7721
CIE-Lab46.364647.650224.2489

#bc4648 color RGB value is (188,70,72).

#bc4648 hex color red value is 188, green value is 70 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #bc4648 hue: 1.00 , saturation: 0.47 and the lightness value of bc4648 is 0.51.

The process color (four color CMYK) of #bc4648 color hex is 0.00, 0.63, 0.62, 0.26. Web safe color of #bc4648 is #cc3333. Color #bc4648 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000110 01001000
Octal 274 106 110
Decimal 188 70 72
Hex BC 46 48

RGB Percentages of Color #bc4648

%56.97
%21.21
%21.82

CMYK Percentages of Color #bc4648

%0
%63
%62
%26

Triadic Colors of #bc4648

#bc4648 #48bc46 #4648bc

Analogous Colors of #bc4648

#bc4648 #bc7f46 #bc4683

Monochromatic Colors of #bc4648

#bc4648

Complementary Color

#bc4648 #46bcba

#bc4648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4648 Color CSS Codes

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

#bc4648 Text Font Color

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

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


#bc4648 Background Color

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

This div background color is #bc4648


#bc4648 Border Color

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

This div border color is #bc4648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4648


Comments

No comments written yet.

Please login to write comment.