Color Hex Logo

#bc1fab Color Hex

#BC1FAB
(188,31,171)
0 Favorites   0 Comments

Color spaces of #bc1fab

RGB 18831171
HSL0.850.720.43
HSV306°84°74°
CMYK 0.000.840.09   0.26
XYZ28.579714.611639.8421
Yxy14.61160.34420.1760
Hunter Lab38.225166.5648-35.0405
CIE-Lab45.097671.6214-37.7103

#bc1fab color RGB value is (188,31,171).

#bc1fab hex color red value is 188, green value is 31 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bc1fab hue: 0.85 , saturation: 0.72 and the lightness value of bc1fab is 0.43.

The process color (four color CMYK) of #bc1fab color hex is 0.00, 0.84, 0.09, 0.26. Web safe color of #bc1fab is #cc3399. Color #bc1fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011111 10101011
Octal 274 37 253
Decimal 188 31 171
Hex BC 1F AB

RGB Percentages of Color #bc1fab

%48.21
%7.95
%43.85

CMYK Percentages of Color #bc1fab

%0
%84
%9
%26

Triadic Colors of #bc1fab

#bc1fab #abbc1f #1fabbc

Analogous Colors of #bc1fab

#bc1fab #bc1f5d #7f1fbc

Monochromatic Colors of #bc1fab

#bc1fab

Complementary Color

#bc1fab #1fbc30

#bc1fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1fab Color CSS Codes

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

#bc1fab Text Font Color

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

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


#bc1fab Background Color

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

This div background color is #bc1fab


#bc1fab Border Color

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

This div border color is #bc1fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1fab


Comments

No comments written yet.

Please login to write comment.