Color Hex Logo

#bb207a Color Hex

#BB207A
(187,32,122)
0 Favorites   0 Comments

Color spaces of #bb207a

RGB 18732122
HSL0.900.710.43
HSV325°83°73°
CMYK 0.000.830.35   0.27
XYZ24.522913.003019.6297
Yxy13.00300.42910.2275
Hunter Lab36.059758.2871-7.0338
CIE-Lab42.767864.9989-11.6596

#bb207a color RGB value is (187,32,122).

#bb207a hex color red value is 187, green value is 32 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bb207a hue: 0.90 , saturation: 0.71 and the lightness value of bb207a is 0.43.

The process color (four color CMYK) of #bb207a color hex is 0.00, 0.83, 0.35, 0.27. Web safe color of #bb207a is #cc3366. Color #bb207a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100000 01111010
Octal 273 40 172
Decimal 187 32 122
Hex BB 20 7A

RGB Percentages of Color #bb207a

%54.84
%9.38
%35.78

CMYK Percentages of Color #bb207a

%0
%83
%35
%27

Triadic Colors of #bb207a

#bb207a #7abb20 #207abb

Analogous Colors of #bb207a

#bb207a #bb202c #af20bb

Monochromatic Colors of #bb207a

#bb207a

Complementary Color

#bb207a #20bb61

#bb207a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb207a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb207a Color CSS Codes

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

#bb207a Text Font Color

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

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


#bb207a Background Color

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

This div background color is #bb207a


#bb207a Border Color

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

This div border color is #bb207a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb207a


Comments

No comments written yet.

Please login to write comment.