Color Hex Logo

#bc4fbb Color Hex

#BC4FBB
(188,79,187)
0 Favorites   0 Comments

Color spaces of #bc4fbb

RGB 18879187
HSL0.830.450.52
HSV301°58°74°
CMYK 0.000.580.01   0.26
XYZ32.504719.871249.1360
Yxy19.87120.32020.1958
Hunter Lab44.577152.1485-34.1496
CIE-Lab51.691357.8819-36.6972

#bc4fbb color RGB value is (188,79,187).

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

The process color (four color CMYK) of #bc4fbb color hex is 0.00, 0.58, 0.01, 0.26. Web safe color of #bc4fbb is #cc66cc. Color #bc4fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001111 10111011
Octal 274 117 273
Decimal 188 79 187
Hex BC 4F BB

RGB Percentages of Color #bc4fbb

%41.41
%17.40
%41.19

CMYK Percentages of Color #bc4fbb

%0
%58
%1
%26

Triadic Colors of #bc4fbb

#bc4fbb #bbbc4f #4fbbbc

Analogous Colors of #bc4fbb

#bc4fbb #bc4f85 #874fbc

Monochromatic Colors of #bc4fbb

#bc4fbb

Complementary Color

#bc4fbb #4fbc50

#bc4fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4fbb Color CSS Codes

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

#bc4fbb Text Font Color

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

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


#bc4fbb Background Color

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

This div background color is #bc4fbb


#bc4fbb Border Color

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

This div border color is #bc4fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4fbb


Comments

No comments written yet.

Please login to write comment.