Color Hex Logo

#bb1acb Color Hex

#BB1ACB
(187,26,203)
0 Favorites   0 Comments

Color spaces of #bb1acb

RGB 18726203
HSL0.820.770.45
HSV295°87°80°
CMYK 0.080.870.00   0.20
XYZ31.642415.615457.8462
Yxy15.61540.30110.1486
Hunter Lab39.516373.7790-59.1306
CIE-Lab46.465877.2857-54.2829

#bb1acb color RGB value is (187,26,203).

#bb1acb hex color red value is 187, green value is 26 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bb1acb hue: 0.82 , saturation: 0.77 and the lightness value of bb1acb is 0.45.

The process color (four color CMYK) of #bb1acb color hex is 0.08, 0.87, 0.00, 0.20. Web safe color of #bb1acb is #cc33cc. Color #bb1acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011010 11001011
Octal 273 32 313
Decimal 187 26 203
Hex BB 1A CB

RGB Percentages of Color #bb1acb

%44.95
%6.25
%48.80

CMYK Percentages of Color #bb1acb

%8
%87
%0
%20

Triadic Colors of #bb1acb

#bb1acb #cbbb1a #1acbbb

Analogous Colors of #bb1acb

#bb1acb #cb1a83 #621acb

Monochromatic Colors of #bb1acb

#bb1acb

Complementary Color

#bb1acb #2acb1a

#bb1acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1acb Color CSS Codes

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

#bb1acb Text Font Color

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

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


#bb1acb Background Color

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

This div background color is #bb1acb


#bb1acb Border Color

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

This div border color is #bb1acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1acb


Comments

No comments written yet.

Please login to write comment.