Color Hex Logo

#bb208e Color Hex

#BB208E
(187,32,142)
0 Favorites   0 Comments

Color spaces of #bb208e

RGB 18732142
HSL0.880.710.43
HSV317°83°73°
CMYK 0.000.830.24   0.27
XYZ25.892513.550826.8421
Yxy13.55080.39060.2044
Hunter Lab36.811461.1338-17.4650
CIE-Lab43.581767.3093-22.6781

#bb208e color RGB value is (187,32,142).

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

The process color (four color CMYK) of #bb208e color hex is 0.00, 0.83, 0.24, 0.27. Web safe color of #bb208e is #cc3399. Color #bb208e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100000 10001110
Octal 273 40 216
Decimal 187 32 142
Hex BB 20 8E

RGB Percentages of Color #bb208e

%51.80
%8.86
%39.34

CMYK Percentages of Color #bb208e

%0
%83
%24
%27

Triadic Colors of #bb208e

#bb208e #8ebb20 #208ebb

Analogous Colors of #bb208e

#bb208e #bb2040 #9b20bb

Monochromatic Colors of #bb208e

#bb208e

Complementary Color

#bb208e #20bb4d

#bb208e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb208e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb208e Color CSS Codes

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

#bb208e Text Font Color

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

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


#bb208e Background Color

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

This div background color is #bb208e


#bb208e Border Color

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

This div border color is #bb208e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb208e


Comments

No comments written yet.

Please login to write comment.