Color Hex Logo

#bb018d Color Hex

#BB018D
(187,1,141)
0 Favorites   0 Comments

Color spaces of #bb018d

RGB 1871141
HSL0.870.990.37
HSV315°99°73°
CMYK 0.000.990.25   0.27
XYZ25.312112.509626.2798
Yxy12.50960.39490.1952
Hunter Lab35.368965.8496-19.2954
CIE-Lab42.014871.6228-24.4977

#bb018d color RGB value is (187,1,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000001 10001101
Octal 273 1 215
Decimal 187 1 141
Hex BB 1 8D

RGB Percentages of Color #bb018d

%56.84
%0.30
%42.86

CMYK Percentages of Color #bb018d

%0
%99
%25
%27

Triadic Colors of #bb018d

#bb018d #8dbb01 #018dbb

Analogous Colors of #bb018d

#bb018d #bb0130 #8c01bb

Monochromatic Colors of #bb018d

#bb018d

Complementary Color

#bb018d #01bb2f

#bb018d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb018d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb018d Color CSS Codes

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

#bb018d Text Font Color

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

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


#bb018d Background Color

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

This div background color is #bb018d


#bb018d Border Color

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

This div border color is #bb018d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb018d


Comments

No comments written yet.

Please login to write comment.