Color Hex Logo

#bb027f Color Hex

#BB027F
(187,2,127)
0 Favorites   0 Comments

Color spaces of #bb027f

RGB 1872127
HSL0.890.980.37
HSV319°99°73°
CMYK 0.000.990.32   0.27
XYZ24.346012.140521.1389
Yxy12.14050.42250.2107
Hunter Lab34.843263.7477-11.5802
CIE-Lab41.438669.9610-16.7757

#bb027f color RGB value is (187,2,127).

#bb027f hex color red value is 187, green value is 2 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bb027f hue: 0.89 , saturation: 0.98 and the lightness value of bb027f is 0.37.

The process color (four color CMYK) of #bb027f color hex is 0.00, 0.99, 0.32, 0.27. Web safe color of #bb027f is #cc0066. Color #bb027f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000010 01111111
Octal 273 2 177
Decimal 187 2 127
Hex BB 2 7F

RGB Percentages of Color #bb027f

%59.18
%0.63
%40.19

CMYK Percentages of Color #bb027f

%0
%99
%32
%27

Triadic Colors of #bb027f

#bb027f #7fbb02 #027fbb

Analogous Colors of #bb027f

#bb027f #bb0223 #9b02bb

Monochromatic Colors of #bb027f

#bb027f

Complementary Color

#bb027f #02bb3e

#bb027f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb027f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb027f Color CSS Codes

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

#bb027f Text Font Color

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

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


#bb027f Background Color

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

This div background color is #bb027f


#bb027f Border Color

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

This div border color is #bb027f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb027f


Comments

No comments written yet.

Please login to write comment.