Color Hex Logo

#bb2faa Color Hex

#BB2FAA
(187,47,170)
0 Favorites   0 Comments

Color spaces of #bb2faa

RGB 18747170
HSL0.850.600.46
HSV307°75°73°
CMYK 0.000.750.09   0.27
XYZ28.765715.500139.5059
Yxy15.50010.34340.1850
Hunter Lab39.370261.5227-31.9353
CIE-Lab46.311767.1132-35.2135

#bb2faa color RGB value is (187,47,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101111 10101010
Octal 273 57 252
Decimal 187 47 170
Hex BB 2F AA

RGB Percentages of Color #bb2faa

%46.29
%11.63
%42.08

CMYK Percentages of Color #bb2faa

%0
%75
%9
%27

Triadic Colors of #bb2faa

#bb2faa #aabb2f #2faabb

Analogous Colors of #bb2faa

#bb2faa #bb2f64 #862fbb

Monochromatic Colors of #bb2faa

#bb2faa

Complementary Color

#bb2faa #2fbb40

#bb2faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb2faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb2faa Color CSS Codes

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

#bb2faa Text Font Color

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

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


#bb2faa Background Color

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

This div background color is #bb2faa


#bb2faa Border Color

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

This div border color is #bb2faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb2faa


Comments

No comments written yet.

Please login to write comment.