Color Hex Logo

#bb2fba Color Hex

#BB2FBA
(187,47,186)
0 Favorites   0 Comments

Color spaces of #bb2fba

RGB 18747186
HSL0.830.600.46
HSV300°75°73°
CMYK 0.000.750.01   0.27
XYZ30.373016.143047.9695
Yxy16.14300.32150.1709
Hunter Lab40.178464.6257-42.6623
CIE-Lab47.161569.5895-43.2834

#bb2fba color RGB value is (187,47,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101111 10111010
Octal 273 57 272
Decimal 187 47 186
Hex BB 2F BA

RGB Percentages of Color #bb2fba

%44.52
%11.19
%44.29

CMYK Percentages of Color #bb2fba

%0
%75
%1
%27

Triadic Colors of #bb2fba

#bb2fba #babb2f #2fbabb

Analogous Colors of #bb2fba

#bb2fba #bb2f74 #762fbb

Monochromatic Colors of #bb2fba

#bb2fba

Complementary Color

#bb2fba #2fbb30

#bb2fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb2fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb2fba Color CSS Codes

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

#bb2fba Text Font Color

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

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


#bb2fba Background Color

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

This div background color is #bb2fba


#bb2fba Border Color

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

This div border color is #bb2fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb2fba


Comments

No comments written yet.

Please login to write comment.