Color Hex Logo

#bc19ab Color Hex

#BC19AB
(188,25,171)
0 Favorites   0 Comments

Color spaces of #bc19ab

RGB 18825171
HSL0.850.770.42
HSV306°87°74°
CMYK 0.000.870.09   0.26
XYZ28.437414.326939.7946
Yxy14.32690.34440.1735
Hunter Lab37.850967.8681-35.8390
CIE-Lab44.698172.7862-38.3421

#bc19ab color RGB value is (188,25,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011001 10101011
Octal 274 31 253
Decimal 188 25 171
Hex BC 19 AB

RGB Percentages of Color #bc19ab

%48.96
%6.51
%44.53

CMYK Percentages of Color #bc19ab

%0
%87
%9
%26

Triadic Colors of #bc19ab

#bc19ab #abbc19 #19abbc

Analogous Colors of #bc19ab

#bc19ab #bc195a #7c19bc

Monochromatic Colors of #bc19ab

#bc19ab

Complementary Color

#bc19ab #19bc2a

#bc19ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc19ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc19ab Color CSS Codes

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

#bc19ab Text Font Color

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

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


#bc19ab Background Color

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

This div background color is #bc19ab


#bc19ab Border Color

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

This div border color is #bc19ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc19ab


Comments

No comments written yet.

Please login to write comment.