Color Hex Logo

#bc16ab Color Hex

#BC16AB
(188,22,171)
0 Favorites   0 Comments

Color spaces of #bc16ab

RGB 18822171
HSL0.850.790.41
HSV306°88°74°
CMYK 0.000.880.09   0.26
XYZ28.376614.205539.7744
Yxy14.20550.34460.1725
Hunter Lab37.690268.4332-36.1855
CIE-Lab44.526273.2887-38.6143

#bc16ab color RGB value is (188,22,171).

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

The process color (four color CMYK) of #bc16ab color hex is 0.00, 0.88, 0.09, 0.26. Web safe color of #bc16ab is #cc0099. Color #bc16ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010110 10101011
Octal 274 26 253
Decimal 188 22 171
Hex BC 16 AB

RGB Percentages of Color #bc16ab

%49.34
%5.77
%44.88

CMYK Percentages of Color #bc16ab

%0
%88
%9
%26

Triadic Colors of #bc16ab

#bc16ab #abbc16 #16abbc

Analogous Colors of #bc16ab

#bc16ab #bc1658 #7a16bc

Monochromatic Colors of #bc16ab

#bc16ab

Complementary Color

#bc16ab #16bc27

#bc16ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc16ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc16ab Color CSS Codes

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

#bc16ab Text Font Color

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

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


#bc16ab Background Color

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

This div background color is #bc16ab


#bc16ab Border Color

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

This div border color is #bc16ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc16ab


Comments

No comments written yet.

Please login to write comment.