Color Hex Logo

#bc284d Color Hex

#BC284D
(188,40,77)
0 Favorites   0 Comments

Color spaces of #bc284d

RGB 1884077
HSL0.960.650.45
HSV345°79°74°
CMYK 0.000.790.59   0.26
XYZ22.837412.74488.2775
Yxy12.74480.52070.2906
Hunter Lab35.699951.712711.2427
CIE-Lab42.376259.220315.9240

#bc284d color RGB value is (188,40,77).

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

The process color (four color CMYK) of #bc284d color hex is 0.00, 0.79, 0.59, 0.26. Web safe color of #bc284d is #cc3366. Color #bc284d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101000 01001101
Octal 274 50 115
Decimal 188 40 77
Hex BC 28 4D

RGB Percentages of Color #bc284d

%61.64
%13.11
%25.25

CMYK Percentages of Color #bc284d

%0
%79
%59
%26

Triadic Colors of #bc284d

#bc284d #4dbc28 #284dbc

Analogous Colors of #bc284d

#bc284d #bc4d28 #bc2897

Monochromatic Colors of #bc284d

#bc284d

Complementary Color

#bc284d #28bc97

#bc284d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc284d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc284d Color CSS Codes

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

#bc284d Text Font Color

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

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


#bc284d Background Color

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

This div background color is #bc284d


#bc284d Border Color

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

This div border color is #bc284d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc284d


Comments

No comments written yet.

Please login to write comment.