Color Hex Logo

#bc284c Color Hex

#BC284C
(188,40,76)
0 Favorites   0 Comments

Color spaces of #bc284c

RGB 1884076
HSL0.960.650.45
HSV345°79°74°
CMYK 0.000.790.60   0.26
XYZ22.802312.73088.0929
Yxy12.73080.52270.2918
Hunter Lab35.680251.634211.5282
CIE-Lab42.354859.153216.5217

#bc284c color RGB value is (188,40,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101000 01001100
Octal 274 50 114
Decimal 188 40 76
Hex BC 28 4C

RGB Percentages of Color #bc284c

%61.84
%13.16
%25.00

CMYK Percentages of Color #bc284c

%0
%79
%60
%26

Triadic Colors of #bc284c

#bc284c #4cbc28 #284cbc

Analogous Colors of #bc284c

#bc284c #bc4e28 #bc2896

Monochromatic Colors of #bc284c

#bc284c

Complementary Color

#bc284c #28bc98

#bc284c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc284c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc284c Color CSS Codes

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

#bc284c Text Font Color

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

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


#bc284c Background Color

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

This div background color is #bc284c


#bc284c Border Color

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

This div border color is #bc284c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc284c


Comments

No comments written yet.

Please login to write comment.