Color Hex Logo

#bb4fba Color Hex

#BB4FBA
(187,79,186)
0 Favorites   0 Comments

Color spaces of #bb4fba

RGB 18779186
HSL0.830.440.52
HSV301°58°73°
CMYK 0.000.580.01   0.27
XYZ32.152419.701948.5626
Yxy19.70190.32020.1962
Hunter Lab44.386851.6228-33.7970
CIE-Lab51.498557.4450-36.4305

#bb4fba color RGB value is (187,79,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01001111 10111010
Octal 273 117 272
Decimal 187 79 186
Hex BB 4F BA

RGB Percentages of Color #bb4fba

%41.37
%17.48
%41.15

CMYK Percentages of Color #bb4fba

%0
%58
%1
%27

Triadic Colors of #bb4fba

#bb4fba #babb4f #4fbabb

Analogous Colors of #bb4fba

#bb4fba #bb4f84 #864fbb

Monochromatic Colors of #bb4fba

#bb4fba

Complementary Color

#bb4fba #4fbb50

#bb4fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb4fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb4fba Color CSS Codes

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

#bb4fba Text Font Color

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

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


#bb4fba Background Color

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

This div background color is #bb4fba


#bb4fba Border Color

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

This div border color is #bb4fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb4fba


Comments

No comments written yet.

Please login to write comment.