Color Hex Logo

#bc1081 Color Hex

#BC1081
(188,16,129)
0 Favorites   0 Comments

Color spaces of #bc1081

RGB 18816129
HSL0.890.840.40
HSV321°91°74°
CMYK 0.000.910.31   0.26
XYZ24.886812.646921.8983
Yxy12.64690.41870.2128
Hunter Lab35.562562.6808-11.6153
CIE-Lab42.226368.8994-16.7880

#bc1081 color RGB value is (188,16,129).

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

The process color (four color CMYK) of #bc1081 color hex is 0.00, 0.91, 0.31, 0.26. Web safe color of #bc1081 is #cc0099. Color #bc1081 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010000 10000001
Octal 274 20 201
Decimal 188 16 129
Hex BC 10 81

RGB Percentages of Color #bc1081

%56.46
%4.80
%38.74

CMYK Percentages of Color #bc1081

%0
%91
%31
%26

Triadic Colors of #bc1081

#bc1081 #81bc10 #1081bc

Analogous Colors of #bc1081

#bc1081 #bc102b #a110bc

Monochromatic Colors of #bc1081

#bc1081

Complementary Color

#bc1081 #10bc4b

#bc1081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1081 Color CSS Codes

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

#bc1081 Text Font Color

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

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


#bc1081 Background Color

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

This div background color is #bc1081


#bc1081 Border Color

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

This div border color is #bc1081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1081


Comments

No comments written yet.

Please login to write comment.