Color Hex Logo

#bc1070 Color Hex

#BC1070
(188,16,112)
0 Favorites   0 Comments

Color spaces of #bc1070

RGB 18816112
HSL0.910.840.40
HSV327°91°74°
CMYK 0.000.910.40   0.26
XYZ23.849012.231816.4332
Yxy12.23180.45410.2329
Hunter Lab34.974060.5159-3.3768
CIE-Lab41.582267.1663-7.2043

#bc1070 color RGB value is (188,16,112).

#bc1070 hex color red value is 188, green value is 16 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #bc1070 hue: 0.91 , saturation: 0.84 and the lightness value of bc1070 is 0.40.

The process color (four color CMYK) of #bc1070 color hex is 0.00, 0.91, 0.40, 0.26. Web safe color of #bc1070 is #cc0066. Color #bc1070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010000 01110000
Octal 274 20 160
Decimal 188 16 112
Hex BC 10 70

RGB Percentages of Color #bc1070

%59.49
%5.06
%35.44

CMYK Percentages of Color #bc1070

%0
%91
%40
%26

Triadic Colors of #bc1070

#bc1070 #70bc10 #1070bc

Analogous Colors of #bc1070

#bc1070 #bc101a #b210bc

Monochromatic Colors of #bc1070

#bc1070

Complementary Color

#bc1070 #10bc5c

#bc1070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1070 Color CSS Codes

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

#bc1070 Text Font Color

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

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


#bc1070 Background Color

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

This div background color is #bc1070


#bc1070 Border Color

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

This div border color is #bc1070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1070


Comments

No comments written yet.

Please login to write comment.