Color Hex Logo

#bc224d Color Hex

#BC224D
(188,34,77)
0 Favorites   0 Comments

Color spaces of #bc224d

RGB 1883477
HSL0.950.690.44
HSV343°82°74°
CMYK 0.000.820.59   0.26
XYZ22.650612.37128.2152
Yxy12.37120.52390.2861
Hunter Lab35.172753.398610.7727
CIE-Lab41.800160.853615.1438

#bc224d color RGB value is (188,34,77).

#bc224d hex color red value is 188, green value is 34 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bc224d hue: 0.95 , saturation: 0.69 and the lightness value of bc224d is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100010 01001101
Octal 274 42 115
Decimal 188 34 77
Hex BC 22 4D

RGB Percentages of Color #bc224d

%62.88
%11.37
%25.75

CMYK Percentages of Color #bc224d

%0
%82
%59
%26

Triadic Colors of #bc224d

#bc224d #4dbc22 #224dbc

Analogous Colors of #bc224d

#bc224d #bc4422 #bc229a

Monochromatic Colors of #bc224d

#bc224d

Complementary Color

#bc224d #22bc91

#bc224d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc224d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc224d Color CSS Codes

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

#bc224d Text Font Color

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

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


#bc224d Background Color

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

This div background color is #bc224d


#bc224d Border Color

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

This div border color is #bc224d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,34,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 #bc224d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc224d


Comments

No comments written yet.

Please login to write comment.