Color Hex Logo

#bb017f Color Hex

#BB017F
(187,1,127)
0 Favorites   0 Comments

Color spaces of #bb017f

RGB 1871127
HSL0.890.990.37
HSV319°99°73°
CMYK 0.000.990.32   0.27
XYZ24.335112.118821.1352
Yxy12.11880.42260.2104
Hunter Lab34.812163.8579-11.6279
CIE-Lab41.404370.0612-16.8280

#bb017f color RGB value is (187,1,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000001 01111111
Octal 273 1 177
Decimal 187 1 127
Hex BB 1 7F

RGB Percentages of Color #bb017f

%59.37
%0.32
%40.32

CMYK Percentages of Color #bb017f

%0
%99
%32
%27

Triadic Colors of #bb017f

#bb017f #7fbb01 #017fbb

Analogous Colors of #bb017f

#bb017f #bb0122 #9a01bb

Monochromatic Colors of #bb017f

#bb017f

Complementary Color

#bb017f #01bb3d

#bb017f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb017f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb017f Color CSS Codes

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

#bb017f Text Font Color

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

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


#bb017f Background Color

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

This div background color is #bb017f


#bb017f Border Color

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

This div border color is #bb017f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,1,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 #bb017f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb017f


Comments

No comments written yet.

Please login to write comment.