Color Hex Logo

#bc2cab Color Hex

#BC2CAB
(188,44,171)
0 Favorites   0 Comments

Color spaces of #bc2cab

RGB 18844171
HSL0.850.620.45
HSV307°77°74°
CMYK 0.000.770.09   0.26
XYZ28.990415.433039.9790
Yxy15.43300.34350.1829
Hunter Lab39.284962.9762-32.8382
CIE-Lab46.221668.3732-35.9359

#bc2cab color RGB value is (188,44,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101100 10101011
Octal 274 54 253
Decimal 188 44 171
Hex BC 2C AB

RGB Percentages of Color #bc2cab

%46.65
%10.92
%42.43

CMYK Percentages of Color #bc2cab

%0
%77
%9
%26

Triadic Colors of #bc2cab

#bc2cab #abbc2c #2cabbc

Analogous Colors of #bc2cab

#bc2cab #bc2c63 #852cbc

Monochromatic Colors of #bc2cab

#bc2cab

Complementary Color

#bc2cab #2cbc3d

#bc2cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2cab Color CSS Codes

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

#bc2cab Text Font Color

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

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


#bc2cab Background Color

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

This div background color is #bc2cab


#bc2cab Border Color

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

This div border color is #bc2cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2cab


Comments

No comments written yet.

Please login to write comment.