Color Hex Logo

#bb206c Color Hex

#BB206C
(187,32,108)
0 Favorites   0 Comments

Color spaces of #bb206c

RGB 18732108
HSL0.920.710.43
HSV331°83°73°
CMYK 0.000.830.42   0.27
XYZ23.716812.680515.3849
Yxy12.68050.45800.2449
Hunter Lab35.609756.5678-0.6890
CIE-Lab42.277863.5839-3.6907

#bb206c color RGB value is (187,32,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100000 01101100
Octal 273 40 154
Decimal 187 32 108
Hex BB 20 6C

RGB Percentages of Color #bb206c

%57.19
%9.79
%33.03

CMYK Percentages of Color #bb206c

%0
%83
%42
%27

Triadic Colors of #bb206c

#bb206c #6cbb20 #206cbb

Analogous Colors of #bb206c

#bb206c #bb2220 #bb20ba

Monochromatic Colors of #bb206c

#bb206c

Complementary Color

#bb206c #20bb6f

#bb206c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb206c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb206c Color CSS Codes

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

#bb206c Text Font Color

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

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


#bb206c Background Color

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

This div background color is #bb206c


#bb206c Border Color

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

This div border color is #bb206c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb206c


Comments

No comments written yet.

Please login to write comment.