Color Hex Logo

#bc024c Color Hex

#BC024C
(188,2,76)
0 Favorites   0 Comments

Color spaces of #bc024c

RGB 188276
HSL0.930.980.37
HSV336°99°74°
CMYK 0.000.990.60   0.26
XYZ22.065311.25667.8472
Yxy11.25660.53600.2734
Hunter Lab33.550958.67969.6183
CIE-Lab40.009365.879013.3375

#bc024c color RGB value is (188,2,76).

#bc024c hex color red value is 188, green value is 2 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #bc024c hue: 0.93 , saturation: 0.98 and the lightness value of bc024c is 0.37.

The process color (four color CMYK) of #bc024c color hex is 0.00, 0.99, 0.60, 0.26. Web safe color of #bc024c is #cc0033. Color #bc024c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00000010 01001100
Octal 274 2 114
Decimal 188 2 76
Hex BC 2 4C

RGB Percentages of Color #bc024c

%70.68
%0.75
%28.57

CMYK Percentages of Color #bc024c

%0
%99
%60
%26

Triadic Colors of #bc024c

#bc024c #4cbc02 #024cbc

Analogous Colors of #bc024c

#bc024c #bc1502 #bc02a9

Monochromatic Colors of #bc024c

#bc024c

Complementary Color

#bc024c #02bc72

#bc024c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc024c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc024c Color CSS Codes

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

#bc024c Text Font Color

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

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


#bc024c Background Color

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

This div background color is #bc024c


#bc024c Border Color

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

This div border color is #bc024c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc024c


Comments

No comments written yet.

Please login to write comment.