Color Hex Logo

#bc1cab Color Hex

#BC1CAB
(188,28,171)
0 Favorites   0 Comments

Color spaces of #bc1cab

RGB 18828171
HSL0.850.740.42
HSV306°85°74°
CMYK 0.000.850.09   0.26
XYZ28.505014.462139.8172
Yxy14.46210.34430.1747
Hunter Lab38.029167.2453-35.4575
CIE-Lab44.888572.2305-38.0410

#bc1cab color RGB value is (188,28,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011100 10101011
Octal 274 34 253
Decimal 188 28 171
Hex BC 1C AB

RGB Percentages of Color #bc1cab

%48.58
%7.24
%44.19

CMYK Percentages of Color #bc1cab

%0
%85
%9
%26

Triadic Colors of #bc1cab

#bc1cab #abbc1c #1cabbc

Analogous Colors of #bc1cab

#bc1cab #bc1c5b #7d1cbc

Monochromatic Colors of #bc1cab

#bc1cab

Complementary Color

#bc1cab #1cbc2d

#bc1cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1cab Color CSS Codes

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

#bc1cab Text Font Color

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

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


#bc1cab Background Color

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

This div background color is #bc1cab


#bc1cab Border Color

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

This div border color is #bc1cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1cab


Comments

No comments written yet.

Please login to write comment.