Color Hex Logo

#bb018e Color Hex

#BB018E
(187,1,142)
0 Favorites   0 Comments

Color spaces of #bb018e

RGB 1871142
HSL0.870.990.37
HSV315°99°73°
CMYK 0.000.990.24   0.27
XYZ25.386912.539526.6735
Yxy12.53950.39300.1941
Hunter Lab35.411266.0004-19.8725
CIE-Lab42.061071.7403-25.0368

#bb018e color RGB value is (187,1,142).

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

The process color (four color CMYK) of #bb018e color hex is 0.00, 0.99, 0.24, 0.27. Web safe color of #bb018e is #cc0099. Color #bb018e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000001 10001110
Octal 273 1 216
Decimal 187 1 142
Hex BB 1 8E

RGB Percentages of Color #bb018e

%56.67
%0.30
%43.03

CMYK Percentages of Color #bb018e

%0
%99
%24
%27

Triadic Colors of #bb018e

#bb018e #8ebb01 #018ebb

Analogous Colors of #bb018e

#bb018e #bb0131 #8b01bb

Monochromatic Colors of #bb018e

#bb018e

Complementary Color

#bb018e #01bb2e

#bb018e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb018e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb018e Color CSS Codes

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

#bb018e Text Font Color

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

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


#bb018e Background Color

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

This div background color is #bb018e


#bb018e Border Color

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

This div border color is #bb018e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb018e


Comments

No comments written yet.

Please login to write comment.