Color Hex Logo

#bc124d Color Hex

#BC124D
(188,18,77)
0 Favorites   0 Comments

Color spaces of #bc124d

RGB 1881877
HSL0.940.830.40
HSV339°90°74°
CMYK 0.000.900.59   0.26
XYZ22.294911.65988.0967
Yxy11.65980.53020.2773
Hunter Lab34.146456.78999.8439
CIE-Lab40.670264.092513.6041

#bc124d color RGB value is (188,18,77).

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

The process color (four color CMYK) of #bc124d color hex is 0.00, 0.90, 0.59, 0.26. Web safe color of #bc124d is #cc0066. Color #bc124d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010010 01001101
Octal 274 22 115
Decimal 188 18 77
Hex BC 12 4D

RGB Percentages of Color #bc124d

%66.43
%6.36
%27.21

CMYK Percentages of Color #bc124d

%0
%90
%59
%26

Triadic Colors of #bc124d

#bc124d #4dbc12 #124dbc

Analogous Colors of #bc124d

#bc124d #bc2c12 #bc12a2

Monochromatic Colors of #bc124d

#bc124d

Complementary Color

#bc124d #12bc81

#bc124d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc124d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc124d Color CSS Codes

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

#bc124d Text Font Color

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

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


#bc124d Background Color

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

This div background color is #bc124d


#bc124d Border Color

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

This div border color is #bc124d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc124d


Comments

No comments written yet.

Please login to write comment.