Color Hex Logo

#bb1bea Color Hex

#BB1BEA
(187,27,234)
0 Favorites   0 Comments

Color spaces of #bb1bea

RGB 18727234
HSL0.800.830.51
HSV286°88°92°
CMYK 0.200.880.00   0.08
XYZ35.736717.289279.2955
Yxy17.28920.27010.1307
Hunter Lab41.580380.6486-83.9625
CIE-Lab48.622482.3346-68.5215

#bb1bea color RGB value is (187,27,234).

#bb1bea hex color red value is 187, green value is 27 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bb1bea hue: 0.80 , saturation: 0.83 and the lightness value of bb1bea is 0.51.

The process color (four color CMYK) of #bb1bea color hex is 0.20, 0.88, 0.00, 0.08. Web safe color of #bb1bea is #cc33ff. Color #bb1bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011011 11101010
Octal 273 33 352
Decimal 187 27 234
Hex BB 1B EA

RGB Percentages of Color #bb1bea

%41.74
%6.03
%52.23

CMYK Percentages of Color #bb1bea

%20
%88
%0
%8

Triadic Colors of #bb1bea

#bb1bea #eabb1b #1beabb

Analogous Colors of #bb1bea

#bb1bea #ea1bb2 #541bea

Monochromatic Colors of #bb1bea

#bb1bea

Complementary Color

#bb1bea #4aea1b

#bb1bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1bea Color CSS Codes

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

#bb1bea Text Font Color

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

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


#bb1bea Background Color

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

This div background color is #bb1bea


#bb1bea Border Color

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

This div border color is #bb1bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1bea


Comments

No comments written yet.

Please login to write comment.