Color Hex Logo

#bc284a Color Hex

#BC284A
(188,40,74)
0 Favorites   0 Comments

Color spaces of #bc284a

RGB 1884074
HSL0.960.650.45
HSV346°79°74°
CMYK 0.000.790.61   0.26
XYZ22.733912.70347.7324
Yxy12.70340.52660.2943
Hunter Lab35.641851.481812.0865
CIE-Lab42.312959.022817.7170

#bc284a color RGB value is (188,40,74).

#bc284a hex color red value is 188, green value is 40 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bc284a hue: 0.96 , saturation: 0.65 and the lightness value of bc284a is 0.45.

The process color (four color CMYK) of #bc284a color hex is 0.00, 0.79, 0.61, 0.26. Web safe color of #bc284a is #cc3333. Color #bc284a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101000 01001010
Octal 274 50 112
Decimal 188 40 74
Hex BC 28 4A

RGB Percentages of Color #bc284a

%62.25
%13.25
%24.50

CMYK Percentages of Color #bc284a

%0
%79
%61
%26

Triadic Colors of #bc284a

#bc284a #4abc28 #284abc

Analogous Colors of #bc284a

#bc284a #bc5028 #bc2894

Monochromatic Colors of #bc284a

#bc284a

Complementary Color

#bc284a #28bc9a

#bc284a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc284a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc284a Color CSS Codes

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

#bc284a Text Font Color

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

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


#bc284a Background Color

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

This div background color is #bc284a


#bc284a Border Color

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

This div border color is #bc284a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc284a


Comments

No comments written yet.

Please login to write comment.