Color Hex Logo

#bc1181 Color Hex

#BC1181
(188,17,129)
0 Favorites   0 Comments

Color spaces of #bc1181

RGB 18817129
HSL0.890.830.40
HSV321°91°74°
CMYK 0.000.910.31   0.26
XYZ24.901912.677221.9034
Yxy12.67720.41860.2131
Hunter Lab35.605162.5327-11.5503
CIE-Lab42.272868.7638-16.7170

#bc1181 color RGB value is (188,17,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010001 10000001
Octal 274 21 201
Decimal 188 17 129
Hex BC 11 81

RGB Percentages of Color #bc1181

%56.29
%5.09
%38.62

CMYK Percentages of Color #bc1181

%0
%91
%31
%26

Triadic Colors of #bc1181

#bc1181 #81bc11 #1181bc

Analogous Colors of #bc1181

#bc1181 #bc112c #a211bc

Monochromatic Colors of #bc1181

#bc1181

Complementary Color

#bc1181 #11bc4c

#bc1181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1181 Color CSS Codes

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

#bc1181 Text Font Color

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

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


#bc1181 Background Color

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

This div background color is #bc1181


#bc1181 Border Color

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

This div border color is #bc1181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1181


Comments

No comments written yet.

Please login to write comment.