Color Hex Logo

#bc40ab Color Hex

#BC40AB
(188,64,171)
0 Favorites   0 Comments

Color spaces of #bc40ab

RGB 18864171
HSL0.860.490.49
HSV308°66°74°
CMYK 0.000.660.09   0.26
XYZ29.923117.298440.2899
Yxy17.29840.34190.1977
Hunter Lab41.591355.6379-28.3208
CIE-Lab48.633861.5472-32.1472

#bc40ab color RGB value is (188,64,171).

#bc40ab hex color red value is 188, green value is 64 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bc40ab hue: 0.86 , saturation: 0.49 and the lightness value of bc40ab is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000000 10101011
Octal 274 100 253
Decimal 188 64 171
Hex BC 40 AB

RGB Percentages of Color #bc40ab

%44.44
%15.13
%40.43

CMYK Percentages of Color #bc40ab

%0
%66
%9
%26

Triadic Colors of #bc40ab

#bc40ab #abbc40 #40abbc

Analogous Colors of #bc40ab

#bc40ab #bc406d #8f40bc

Monochromatic Colors of #bc40ab

#bc40ab

Complementary Color

#bc40ab #40bc51

#bc40ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc40ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc40ab Color CSS Codes

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

#bc40ab Text Font Color

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

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


#bc40ab Background Color

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

This div background color is #bc40ab


#bc40ab Border Color

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

This div border color is #bc40ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc40ab


Comments

No comments written yet.

Please login to write comment.