Color Hex Logo

#bb0abc Color Hex

#BB0ABC
(187,10,188)
0 Favorites   0 Comments

Color spaces of #bb0abc

RGB 18710188
HSL0.830.900.39
HSV300°95°74°
CMYK 0.010.950.00   0.26
XYZ29.679214.412748.7946
Yxy14.41270.31950.1552
Hunter Lab37.964173.1090-49.6296
CIE-Lab44.819177.0635-48.1897

#bb0abc color RGB value is (187,10,188).

#bb0abc hex color red value is 187, green value is 10 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bb0abc hue: 0.83 , saturation: 0.90 and the lightness value of bb0abc is 0.39.

The process color (four color CMYK) of #bb0abc color hex is 0.01, 0.95, 0.00, 0.26. Web safe color of #bb0abc is #cc00cc. Color #bb0abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001010 10111100
Octal 273 12 274
Decimal 187 10 188
Hex BB A BC

RGB Percentages of Color #bb0abc

%48.57
%2.60
%48.83

CMYK Percentages of Color #bb0abc

%1
%95
%0
%26

Triadic Colors of #bb0abc

#bb0abc #bcbb0a #0abcbb

Analogous Colors of #bb0abc

#bb0abc #bc0a64 #620abc

Monochromatic Colors of #bb0abc

#bb0abc

Complementary Color

#bb0abc #0bbc0a

#bb0abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb0abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb0abc Color CSS Codes

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

#bb0abc Text Font Color

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

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


#bb0abc Background Color

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

This div background color is #bb0abc


#bb0abc Border Color

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

This div border color is #bb0abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb0abc


Comments

No comments written yet.

Please login to write comment.