Color Hex Logo

#bb18ab Color Hex

#BB18AB
(187,24,171)
0 Favorites   0 Comments

Color spaces of #bb18ab

RGB 18724171
HSL0.850.770.41
HSV306°87°73°
CMYK 0.000.870.09   0.27
XYZ28.170814.158339.7761
Yxy14.15830.34310.1724
Hunter Lab37.627567.7904-36.3363
CIE-Lab44.459172.7682-38.7321

#bb18ab color RGB value is (187,24,171).

#bb18ab hex color red value is 187, green value is 24 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bb18ab hue: 0.85 , saturation: 0.77 and the lightness value of bb18ab is 0.41.

The process color (four color CMYK) of #bb18ab color hex is 0.00, 0.87, 0.09, 0.27. Web safe color of #bb18ab is #cc0099. Color #bb18ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011000 10101011
Octal 273 30 253
Decimal 187 24 171
Hex BB 18 AB

RGB Percentages of Color #bb18ab

%48.95
%6.28
%44.76

CMYK Percentages of Color #bb18ab

%0
%87
%9
%27

Triadic Colors of #bb18ab

#bb18ab #abbb18 #18abbb

Analogous Colors of #bb18ab

#bb18ab #bb185a #7a18bb

Monochromatic Colors of #bb18ab

#bb18ab

Complementary Color

#bb18ab #18bb28

#bb18ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb18ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb18ab Color CSS Codes

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

#bb18ab Text Font Color

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

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


#bb18ab Background Color

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

This div background color is #bb18ab


#bb18ab Border Color

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

This div border color is #bb18ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb18ab


Comments

No comments written yet.

Please login to write comment.