Color Hex Logo

#bb1aef Color Hex

#BB1AEF
(187,26,239)
0 Favorites   0 Comments

Color spaces of #bb1aef

RGB 18726239
HSL0.790.870.52
HSV285°89°94°
CMYK 0.220.890.00   0.06
XYZ36.442917.535683.1253
Yxy17.53560.26580.1279
Hunter Lab41.875582.0605-88.3811
CIE-Lab48.927983.3792-70.8461

#bb1aef color RGB value is (187,26,239).

#bb1aef hex color red value is 187, green value is 26 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bb1aef hue: 0.79 , saturation: 0.87 and the lightness value of bb1aef is 0.52.

The process color (four color CMYK) of #bb1aef color hex is 0.22, 0.89, 0.00, 0.06. Web safe color of #bb1aef is #cc33ff. Color #bb1aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011010 11101111
Octal 273 32 357
Decimal 187 26 239
Hex BB 1A EF

RGB Percentages of Color #bb1aef

%41.37
%5.75
%52.88

CMYK Percentages of Color #bb1aef

%22
%89
%0
%6

Triadic Colors of #bb1aef

#bb1aef #efbb1a #1aefbb

Analogous Colors of #bb1aef

#bb1aef #ef1ab9 #511aef

Monochromatic Colors of #bb1aef

#bb1aef

Complementary Color

#bb1aef #4eef1a

#bb1aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1aef Color CSS Codes

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

#bb1aef Text Font Color

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

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


#bb1aef Background Color

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

This div background color is #bb1aef


#bb1aef Border Color

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

This div border color is #bb1aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1aef


Comments

No comments written yet.

Please login to write comment.