Color Hex Logo

#bc2fab Color Hex

#BC2FAB
(188,47,171)
0 Favorites   0 Comments

Color spaces of #bc2fab

RGB 18847171
HSL0.850.600.46
HSV307°75°74°
CMYK 0.000.750.09   0.26
XYZ29.106215.664740.0176
Yxy15.66470.34330.1848
Hunter Lab39.578762.0065-32.2425
CIE-Lab46.531567.4852-35.4478

#bc2fab color RGB value is (188,47,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101111 10101011
Octal 274 57 253
Decimal 188 47 171
Hex BC 2F AB

RGB Percentages of Color #bc2fab

%46.31
%11.58
%42.12

CMYK Percentages of Color #bc2fab

%0
%75
%9
%26

Triadic Colors of #bc2fab

#bc2fab #abbc2f #2fabbc

Analogous Colors of #bc2fab

#bc2fab #bc2f65 #872fbc

Monochromatic Colors of #bc2fab

#bc2fab

Complementary Color

#bc2fab #2fbc40

#bc2fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2fab Color CSS Codes

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

#bc2fab Text Font Color

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

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


#bc2fab Background Color

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

This div background color is #bc2fab


#bc2fab Border Color

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

This div border color is #bc2fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2fab


Comments

No comments written yet.

Please login to write comment.