Color Hex Logo

#bc2fbb Color Hex

#BC2FBB
(188,47,187)
0 Favorites   0 Comments

Color spaces of #bc2fbb

RGB 18847187
HSL0.830.600.46
HSV300°75°74°
CMYK 0.000.750.01   0.26
XYZ30.725216.312348.5429
Yxy16.31230.32150.1707
Hunter Lab40.388565.1125-42.9887
CIE-Lab47.381669.9573-43.5080

#bc2fbb color RGB value is (188,47,187).

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

The process color (four color CMYK) of #bc2fbb color hex is 0.00, 0.75, 0.01, 0.26. Web safe color of #bc2fbb is #cc33cc. Color #bc2fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101111 10111011
Octal 274 57 273
Decimal 188 47 187
Hex BC 2F BB

RGB Percentages of Color #bc2fbb

%44.55
%11.14
%44.31

CMYK Percentages of Color #bc2fbb

%0
%75
%1
%26

Triadic Colors of #bc2fbb

#bc2fbb #bbbc2f #2fbbbc

Analogous Colors of #bc2fbb

#bc2fbb #bc2f75 #772fbc

Monochromatic Colors of #bc2fbb

#bc2fbb

Complementary Color

#bc2fbb #2fbc30

#bc2fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2fbb Color CSS Codes

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

#bc2fbb Text Font Color

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

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


#bc2fbb Background Color

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

This div background color is #bc2fbb


#bc2fbb Border Color

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

This div border color is #bc2fbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,47,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bc2fbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2fbb


Comments

No comments written yet.

Please login to write comment.