Color Hex Logo

#bc1852 Color Hex

#BC1852
(188,24,82)
0 Favorites   0 Comments

Color spaces of #bc1852

RGB 1882482
HSL0.940.770.42
HSV339°87°74°
CMYK 0.000.870.56   0.26
XYZ22.588711.95389.0994
Yxy11.95380.51760.2739
Hunter Lab34.574356.11608.5978
CIE-Lab41.142663.405011.0809

#bc1852 color RGB value is (188,24,82).

#bc1852 hex color red value is 188, green value is 24 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #bc1852 hue: 0.94 , saturation: 0.77 and the lightness value of bc1852 is 0.42.

The process color (four color CMYK) of #bc1852 color hex is 0.00, 0.87, 0.56, 0.26. Web safe color of #bc1852 is #cc0066. Color #bc1852 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011000 01010010
Octal 274 30 122
Decimal 188 24 82
Hex BC 18 52

RGB Percentages of Color #bc1852

%63.95
%8.16
%27.89

CMYK Percentages of Color #bc1852

%0
%87
%56
%26

Triadic Colors of #bc1852

#bc1852 #52bc18 #1852bc

Analogous Colors of #bc1852

#bc1852 #bc3018 #bc18a4

Monochromatic Colors of #bc1852

#bc1852

Complementary Color

#bc1852 #18bc82

#bc1852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1852 Color CSS Codes

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

#bc1852 Text Font Color

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

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


#bc1852 Background Color

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

This div background color is #bc1852


#bc1852 Border Color

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

This div border color is #bc1852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1852


Comments

No comments written yet.

Please login to write comment.