Color Hex Logo

#bc114a Color Hex

#BC114A
(188,17,74)
0 Favorites   0 Comments

Color spaces of #bc114a

RGB 1881774
HSL0.940.830.40
HSV340°91°74°
CMYK 0.000.910.61   0.26
XYZ22.175511.58677.5462
Yxy11.58670.53680.2805
Hunter Lab34.039256.718510.6834
CIE-Lab40.551664.052515.3504

#bc114a color RGB value is (188,17,74).

#bc114a hex color red value is 188, green value is 17 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bc114a hue: 0.94 , saturation: 0.83 and the lightness value of bc114a is 0.40.

The process color (four color CMYK) of #bc114a color hex is 0.00, 0.91, 0.61, 0.26. Web safe color of #bc114a is #cc0033. Color #bc114a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010001 01001010
Octal 274 21 112
Decimal 188 17 74
Hex BC 11 4A

RGB Percentages of Color #bc114a

%67.38
%6.09
%26.52

CMYK Percentages of Color #bc114a

%0
%91
%61
%26

Triadic Colors of #bc114a

#bc114a #4abc11 #114abc

Analogous Colors of #bc114a

#bc114a #bc2e11 #bc11a0

Monochromatic Colors of #bc114a

#bc114a

Complementary Color

#bc114a #11bc83

#bc114a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc114a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc114a Color CSS Codes

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

#bc114a Text Font Color

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

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


#bc114a Background Color

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

This div background color is #bc114a


#bc114a Border Color

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

This div border color is #bc114a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc114a


Comments

No comments written yet.

Please login to write comment.