Color Hex Logo

#bc10ab Color Hex

#BC10AB
(188,16,171)
0 Favorites   0 Comments

Color spaces of #bc10ab

RGB 18816171
HSL0.850.840.40
HSV306°91°74°
CMYK 0.000.910.09   0.26
XYZ28.275014.002239.7405
Yxy14.00220.34470.1707
Hunter Lab37.419569.3943-36.7739
CIE-Lab44.236174.1400-39.0739

#bc10ab color RGB value is (188,16,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010000 10101011
Octal 274 20 253
Decimal 188 16 171
Hex BC 10 AB

RGB Percentages of Color #bc10ab

%50.13
%4.27
%45.60

CMYK Percentages of Color #bc10ab

%0
%91
%9
%26

Triadic Colors of #bc10ab

#bc10ab #abbc10 #10abbc

Analogous Colors of #bc10ab

#bc10ab #bc1055 #7710bc

Monochromatic Colors of #bc10ab

#bc10ab

Complementary Color

#bc10ab #10bc21

#bc10ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc10ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc10ab Color CSS Codes

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

#bc10ab Text Font Color

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

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


#bc10ab Background Color

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

This div background color is #bc10ab


#bc10ab Border Color

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

This div border color is #bc10ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc10ab


Comments

No comments written yet.

Please login to write comment.